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
Public property Depth int Gets the number of market makers offering a specific Bid and Ask price.
Public property Name string Gets the name of the quote.
Public property Price double Gets the price of the current position.
Public property Side enum Gets the side of the market maker. See MarketSide for a list of possible values.
Public property Size int Get the total number of shares offered for the Bid or Ask.
Public property State enum Gets the state of the market. See MarketQuoteState for a list of possible values.
Public property Status enum Gets the status of the market. See MarketQuoteStatus for a list of possible values.
Public property Time datetime Gets the time when a specific market event occurred.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.MarketQuote