Updated V5 InstrumentInfo types
Missing attributes have been added according to the documentation `postOnlyMaxOrderQty` should be removed from `LinearInverseInstrumentInfoV5` as this has been replaced by `maxOrderQty`.
This commit is contained in:
@@ -3,6 +3,7 @@ export type ContractTypeV5 =
|
||||
| 'InversePerpetual'
|
||||
| 'LinearPerpetual'
|
||||
| 'InverseFutures';
|
||||
export type CopyTradingV5 = 'none' | 'both' | 'utaOnly' | 'normalOnly';
|
||||
|
||||
export type InstrumentStatusV5 =
|
||||
| 'PreLaunch'
|
||||
@@ -11,6 +12,8 @@ export type InstrumentStatusV5 =
|
||||
| 'Delivering'
|
||||
| 'Closed';
|
||||
|
||||
export type MarginTradingV5 = 'none' | 'both' | 'utaOnly' | 'normalSpotOnly';
|
||||
|
||||
export type OrderFilterV5 = 'Order' | 'tpslOrder' | 'StopOrder';
|
||||
export type OrderSideV5 = 'Buy' | 'Sell';
|
||||
export type OrderTypeV5 = 'Market' | 'Limit';
|
||||
|
||||
Reference in New Issue
Block a user