|
...
|
...
|
@@ -34,6 +34,8 @@ class Premium |
|
|
|
'settleTs' => $this->settleTs,
|
|
|
|
'settlePeriod' => $this->settlePeriod,
|
|
|
|
'uts' => $this->uts,
|
|
|
|
'maxRate' => $this->maxRate,
|
|
|
|
'minRate' => $this->minRate,
|
|
|
|
];
|
|
|
|
}
|
|
|
|
public static function transferOkx($data, callable $getSymbolSt): self
|
...
|
...
|
|