Skip to content

SP_ENUM_SYMBOL_TRADE_MODE enumeration

public enum SP_ENUM_SYMBOL_TRADE_MODE

Values

name value description
SymbolTradeModeDisabled 0 Trade is disabled for the symbol
SymbolTradeModeLongonly 1 Allowed only long positions
SymbolTradeModeShortonly 2 Allowed only short positions
SymbolTradeModeCloseonly 3 Allowed only position close operations
SymbolTradeModeFull 4 No trade restrictions

See Also