1、临时提交 反向下单
This commit is contained in:
@ -73,6 +73,7 @@ type FutOrderPlace struct {
|
||||
StopPrice decimal.Decimal `json:"stopprice"` //止损价格
|
||||
OrderType string `json:"order_type"` //订单类型,市价或限价MARKET(市价单) TAKE_PROFIT_MARKET(市价止盈) TAKE_PROFIT(限价止盈) STOP (限价止损) STOP_MARKET(市价止损)
|
||||
NewClientOrderId string `json:"newClientOrderId"`
|
||||
ClosePosition bool `json:"closePosition"` //是否平仓
|
||||
}
|
||||
|
||||
func (s FutOrderPlace) CheckParams() error {
|
||||
|
||||
Reference in New Issue
Block a user