EasyLanguage Object Reference

MarketQuote Class

Defines the structure for an object that represents market quote information.

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Public property Depth integer 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 object Gets the side of the market maker.
Public property Size integer Get the total number of shares offered for the Bid or Ask.
Public property State

object

Gets the state of the market.
Public property Status object Gets the status of the market.
Public property Time datetime Gets the time when a specific market event occurred.
Inheritance Hierarchy

elsystem.Object

  tsdata.marketdata.AggregatedMarketQuote