TimeAndSalesItem Class

Provides information about a specific indexed item in a TimeAndSales collection when referenced using the Data property of the TimeAndSalesProvider.

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 Date object Gets the desired data's date from the DateTime object. Limited to a maximum of 1 day.
Public property Exchange string Gets the exchange on which the symbol is traded.
Public property Price double Gets the price based on the type of tick. See TickType below.
Public property Size int Gets the volume based on the type of tick. See TickType below.
Public property TickOptions enum Gets additional info about the tick for this item. See TimeAndSalesItemTickOptions for a list of possible values.
Public property TickType enum Gets the type of tick for this item (Trade, Bid, Ask, etc.). See TimeAndSalesItemTickType for a list of possible value.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.TimeAndSalesItem