mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
xfunding: fix spot order parameters
This commit is contained in:
parent
12aad7b292
commit
e4ababd39e
|
@ -887,7 +887,7 @@ func (s *Strategy) syncSpotPosition(ctx context.Context) {
|
|||
Type: types.OrderTypeLimitMaker,
|
||||
Quantity: orderQuantity,
|
||||
Price: orderPrice,
|
||||
Market: s.futuresMarket,
|
||||
Market: s.spotMarket,
|
||||
}
|
||||
createdOrders, err := s.spotOrderExecutor.SubmitOrders(ctx, submitOrder)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user