Click or drag to resize

SymbolInfo Structure

Instrument parameters.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public struct SymbolInfo

The SymbolInfo type exposes the following members.

Methods
Fields
  NameDescription
Public fieldCode
Internal code.
Public fieldContractSize
Contract size.
Public fieldCurrency
Currency.
Public fieldDigits
Count of digits after decimal point in the symbol prices.
Public fieldEx
Extended symbol data.
Public fieldExecution
Execution type.
Public fieldFreezeLevel
Order freeze level in points. If the execution price lies within the range defined by the freeze level, the order cannot be modified, cancelled or closed.
Public fieldMarginCurrency
Currency of margin requirments.
Public fieldMarginDivider
Margin divider.
Public fieldMarginMode
Margin calculation mode.
Public fieldPoint
Point size in the quote currency.
Public fieldProfitMode
Profit calculation mode.
Public fieldSpread
Spread value in pips.QuoteClient QC
Public fieldStopsLevel
Stop level in points.
Public fieldSwapLong
Swap of the long position.
Public fieldSwapShort
Swap of the short position.
Top
See Also