MarketQuote Class
Defines the structure for an object that represents market quote information.
Namespace: tsdata.marketdata
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
Name | Type | Description | |
![]() |
Depth | int | Gets the number of market makers offering a specific Bid and Ask price. |
![]() |
|
string | Gets the name of the quote. |
![]() |
Price | double | Gets the price of the current position. |
![]() |
Side | enum | Gets the side of the market maker. See MarketSide for a list of possible values. |
![]() |
Size | int | Get the total number of shares offered for the Bid or Ask. |
![]() |
State | enum | Gets the state of the market. See MarketQuoteState for a list of possible values. |
![]() |
Status | enum | Gets the status of the market. See MarketQuoteStatus for a list of possible values. |
![]() |
Time | datetime | Gets the time when a specific market event occurred. |
Inheritance Hierarchy
tsdata.marketdata.MarketQuote