Class to indicate the symbol
Properties
Property | Description |
Name | The name of the symbol,Value of type Double. |
Bid | Bid Price, Value of type Double. |
Ask | Ask Price, Value of type Double. |
Spread | Used to return the spread value (Ask bid), as value of type String. |
PipLocation | Used to get the pip location value for the symbol as value of type Integer. |
PipsValue | Function used to get the pip value for the given pip location as value of typeDouble. I.e PipsValue (5) for EUR/USD is 0.00005. Return value of type Double |
ContractSize | the contract size value ,value of type Double |
See Also