Merge branch '单边仓位_master' of http://120.25.162.35:82/hucan/exchange_go into 单边仓位_master

This commit is contained in:
2025-02-10 18:26:21 +08:00
2 changed files with 15 additions and 12 deletions

View File

@ -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",
})