Merge branch '单边仓位_master' of http://120.25.162.35:82/hucan/exchange_go into 单边仓位_master
This commit is contained in:
@ -204,11 +204,11 @@ func TestFutOrderPlace(t *testing.T) {
|
||||
Symbol: "ADAUSDT",
|
||||
Side: "SELL",
|
||||
Quantity: decimal.NewFromFloat(8),
|
||||
Price: decimal.NewFromFloat(0.697),
|
||||
Price: decimal.NewFromFloat(0.7012),
|
||||
SideType: "LIMIT",
|
||||
OpenOrder: 0,
|
||||
Profit: decimal.NewFromFloat(0.698),
|
||||
StopPrice: decimal.NewFromFloat(0.698),
|
||||
Profit: decimal.NewFromFloat(0.7017),
|
||||
StopPrice: decimal.NewFromFloat(0.7017),
|
||||
OrderType: "STOP",
|
||||
NewClientOrderId: "5465465784222554477",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user