正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -59,7 +59,7 @@ class Order | @@ -59,7 +59,7 @@ class Order | ||
| 59 | 'side' => strtolower($this->side), | 59 | 'side' => strtolower($this->side), |
| 60 | 'ordType' => $this->ordType, | 60 | 'ordType' => $this->ordType, |
| 61 | ]; | 61 | ]; |
| 62 | - if ($this->ordType == 'LIMIT' || $this->ordType == 'IOC') { | 62 | + if ($this->ordType == 'LIMIT' || $this->ordType == 'IOC' || $this->ordType == 'ONLYMAKER') { |
| 63 | $order['px'] = round($this->price, $symbolInfo->pricePrec); | 63 | $order['px'] = round($this->price, $symbolInfo->pricePrec); |
| 64 | } | 64 | } |
| 65 | $lot = $this->qty / $symbolInfo->ctVal; | 65 | $lot = $this->qty / $symbolInfo->ctVal; |
-
请 注册 或 登录 后发表评论