-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
主要是下单的问题
RequestTraderMap.php
function buy()
> 115 $map['sz']=$data['_price'] ?? 0; => $map['sz']=$data['_number'] ?? 0;
> 118 switch ($this->platform){ => switch ($this->checkType($map['instId'])) {
> 129 if(!$data['_entry']) $map['side']='sell'; => if(!$data['_entry']) $map['posSide']='short';
Metadata
Metadata
Assignees
Labels
No labels