Description
This class represents the Symbol.
Properties
| Property | Description |
| Name | The name of the symbol, value of type String |
| Ask | Ask price, Value of type Double |
| Bid | Bid 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