From e4560d437e512bd40f7f3509628015e831ed8659 Mon Sep 17 00:00:00 2001 From: Karim Sakhibgareev Date: Fri, 21 Jun 2024 14:00:20 +0100 Subject: [PATCH] Add ISOLATED_MARGIN account mode --- src/types/v5-shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =