EasyLanguage Object Reference
Defines the structure for an object that represents market quote information.
Namespace: tsdata.marketdata
| Name | Type | Description | |
|
|
Depth | integer | Gets the number of market makers offering a specific Bid and Ask price. |
|
|
Name | string | Gets the name of the quote. |
|
|
Price | double | Gets the price of the current position. |
|
|
Side | object | Gets the side of the market maker. |
|
|
Size | integer | Get the total number of shares offered for the Bid or Ask. |
|
|
State |
object |
Gets the state of the market. |
|
|
Status | object | Gets the status of the market. |
|
|
Time | datetime | Gets the time when a specific market event occurred. |
tsdata.marketdata.AggregatedMarketQuote