Description
An object that holds the symbol data, so you can get symbol properties through it.
The following are values and the descriptions for every value:
Properties
Key | Description |
Name | The symbol name as string. Readonly |
ID | The symbol ID as string. Readonly |
Bid | The Bid price as double. Readonly |
Ask | The Ask price as double. Readonly |
High | The High price as double. Readonly |
Low | The Low price as double. Readonly |
See Also