TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
long SymbolInfoInteger | ( | string | name, |
int | prop_id | ||
) |
Returns the corresponding long property of a specified symbol
name | Symbol name | ||||||||||||||||||||||||||||||
prop_id | Identifier of a symbol property. The value can be one of the following values:
|
It is recommended to use SymbolInfoTick() if the function is used for getting information about the last tick.
It may well be that not a single quote has appeared yet since the terminal is connected to a trading account. In such a case, the requested value will be indefinite.
In most cases, it is enough to use SymbolInfoTick() function allowing a user to receive the values of Ask, Bid, Last,
Volume and the time of the last tick's arrival during a single call.