feat(account-order): adds WSAccountOrderEventV5 & WSAccountOrderV5 interfaces

This commit is contained in:
Caius Citiriga
2023-11-15 18:30:34 +01:00
parent 285e333d3f
commit a93b45a6b2
2 changed files with 77 additions and 1 deletions

View File

@@ -16,6 +16,10 @@ export type OrderSideV5 = 'Buy' | 'Sell';
export type OrderTypeV5 = 'Market' | 'Limit';
export type OrderTimeInForceV5 = 'GTC' | 'IOC' | 'FOK' | 'PostOnly';
export type OrderTriggerByV5 = 'LastPrice' | 'IndexPrice' | 'MarkPrice';
export type OCOTriggerTypeV5 =
| 'OcoTriggerByUnknown'
| 'OcoTriggerTp'
| 'OcoTriggerBySl';
export type OrderSMPTypeV5 =
| 'None'