type fixing
- add StopOrder to OrderFilterV5 https://bybit-exchange.github.io/docs/v5/order/cancel-order#request-parameters - add isMaster to api info - version ++ :)
This commit is contained in:
@@ -11,7 +11,7 @@ export type InstrumentStatusV5 =
|
||||
| 'Delivering'
|
||||
| 'Closed';
|
||||
|
||||
export type OrderFilterV5 = 'Order' | 'tpslOrder';
|
||||
export type OrderFilterV5 = 'Order' | 'tpslOrder' | 'StopOrder';
|
||||
export type OrderSideV5 = 'Buy' | 'Sell';
|
||||
export type OrderTypeV5 = 'Market' | 'Limit';
|
||||
export type OrderTimeInForceV5 = 'GTC' | 'IOC' | 'FOK' | 'PostOnly';
|
||||
|
||||
Reference in New Issue
Block a user