| exchange |
The exchange code on which the instrument trades. |
string |
| high |
The high price for the day. |
double |
| last |
The last/close price for the instrument. |
double |
| low |
The low price for the day. |
double |
| name |
The name of the instrument. |
string |
| netChange |
The difference between the last traded price and the previous close. |
double |
| open |
The open price for the instrument. |
double |
| percentChange |
The percent difference between the last traded price and the previous close. |
double |
| previousClose |
Previous day's closing price. |
double |
| settlement |
Flag to indicate if the prices are settled. |
string |
| symbol |
The instrument symbol. |
string |
| tradeDate |
The trade date of the last trade for the instrument. |
date |
| tradeTime |
The trade time of the last trade for the instrument. |
time |
| volume |
The volume of the instrument. |
int |