IChartDataRequest Interface

Interface for chart data requests.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public interface IChartDataRequest

Properties

Data Gets the data this request has retrieved.
RequestedDataType Gets the data type requested.
RequestedEndTime Gets the end time for session requests.
RequestedStartTime Gets the start time for session requests.
RequestID Gets the unique id of the request.
Status Gets the status of the request.
StatusMessage Gets the status message of the request.
TotalProcessTime Gets the total time (in milli-seconds) this request took to process.
TradeDatesProcessed Gets the date range actually processed.
TradeDatesRequested Gets the date range orginially requested.
TradeDaysProcessed Gets a count of the number of trade days actually processed.

Methods

GetMarket Returns the market for the specified market id.

Events

ChartDataComplete Event raised when the request is complete.

See Also