Summary
Represents the Symbol interface.
Syntax
public interface SymbolInfo
Members
Name | Type | Summary |
---|---|---|
Description | Property | Gets the current symbol description. |
Digits | Property | Gets the symbol digits. |
DynamicLeverage | Property | Gets the symbol dynamic leverege. |
Id | Property | Gets the current symbol ID. |
LotSize | Property | Gets the lot size. |
MarketHours | Property | Gets the symbol market hours. |
Name | Property | Gets the current symbol name. |
NormalizeVolumeInUnits | Method | Rounds the volume to the amount suitable for a trade. |
PipSize | Property | Gets the pip size. |
PipValue | Property | Gets the pip value. |
QuantityToVolumeInUnits | Method | Converts Quantity (in lots) to Volume in units of base currency. |
TickSize | Property | Gets the tick size. |
TickValue | Property | Gets the tick value. |
VolumeInUnitsMax | Property | Gets the maximum units value. |
VolumeInUnitsMin | Property | Gets the minimum units value. |
VolumeInUnitsStep | Property | Gets the step volume in units. |
VolumeInUnitsToQuantity | Method | Converts Volume in units of base currency to Quantity (in lots). |