| 
    TradeMUX SDK Documentation
    1.0
    
   TradeMUX SDK Documentation 
   | 
 
| bool SymbolInfoInteger | ( | string | name, | 
| int | prop_id, | ||
| out long | long_var | ||
| ) | 
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:
  | ||||||||||||||||||||||||||||||
| long_var | Variable of the long type receiving the value of the requested property | 
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.