作者 karlet

feat:资金费率增加上下限制

@@ -34,6 +34,8 @@ class Premium @@ -34,6 +34,8 @@ class Premium
34 'settleTs' => $this->settleTs, 34 'settleTs' => $this->settleTs,
35 'settlePeriod' => $this->settlePeriod, 35 'settlePeriod' => $this->settlePeriod,
36 'uts' => $this->uts, 36 'uts' => $this->uts,
  37 + 'maxRate' => $this->maxRate,
  38 + 'minRate' => $this->minRate,
37 ]; 39 ];
38 } 40 }
39 public static function transferOkx($data, callable $getSymbolSt): self 41 public static function transferOkx($data, callable $getSymbolSt): self