Skip to content

Commit

Permalink
futures: add liquidation order type (fixes adshao#625) (adshao#626)
Browse files Browse the repository at this point in the history
Signed-off-by: vlw <[email protected]>
  • Loading branch information
vlw authored Oct 9, 2024
1 parent 4b74da2 commit a836b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/futures/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const (
OrderTypeTakeProfit OrderType = "TAKE_PROFIT"
OrderTypeTakeProfitMarket OrderType = "TAKE_PROFIT_MARKET"
OrderTypeTrailingStopMarket OrderType = "TRAILING_STOP_MARKET"
OrderTypeLiquidation OrderType = "LIQUIDATION"

TimeInForceTypeGTC TimeInForceType = "GTC" // Good Till Cancel
TimeInForceTypeIOC TimeInForceType = "IOC" // Immediate or Cancel
Expand Down

0 comments on commit a836b57

Please sign in to comment.