diff --git a/src/types/v5-shared.ts b/src/types/v5-shared.ts index 1eb3864..cdc977d 100644 --- a/src/types/v5-shared.ts +++ b/src/types/v5-shared.ts @@ -174,7 +174,7 @@ export type OptionTypeV5 = 'Call' | 'Put'; export type TradeModeV5 = 0 | 1; export type TPSLModeV5 = 'Full' | 'Partial'; -export type AccountMarginModeV5 = 'REGULAR_MARGIN' | 'PORTFOLIO_MARGIN'; +export type AccountMarginModeV5 = 'ISOLATED_MARGIN' | 'REGULAR_MARGIN' | 'PORTFOLIO_MARGIN'; export type UnifiedUpdateStatusV5 = 'FAIL' | 'PROCESS' | 'SUCCESS'; export type AccountTypeV5 =