feat(): updated types for Market and Trade categories

This commit is contained in:
JJ-Cro
2025-02-17 12:14:14 +01:00
parent 7ebad90e7f
commit a521338091
7 changed files with 38 additions and 15 deletions

View File

@@ -142,7 +142,10 @@ export type StopOrderTypeV5 =
| 'Stop'
| 'PartialTakeProfit'
| 'PartialStopLoss'
| 'tpslOrder';
| 'tpslOrder'
| 'OcoOrder'
| 'MmRateClose'
| 'BidirectionalTpslOrder';
/**
* Position index. Used to identify positions in different position modes.