Skip to content

Commit

Permalink
binance: assign Isolated field
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 29, 2020
1 parent 275aa94 commit 70479bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/exchange/binance/exchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,13 @@ func (e *Exchange) SubmitOrders(ctx context.Context, orders ...types.SubmitOrder
TimeInForce: response.TimeInForce,
Type: response.Type,
Side: response.Side,
IsIsolated: response.IsIsolated,
// StopPrice:
// IcebergQuantity:
Time: response.TransactTime,
// UpdateTime:
// IsWorking: ,

}

createdOrder, err := ToGlobalOrder(&retOrder)
Expand Down

0 comments on commit 70479bf

Please sign in to comment.