HistoricalDataRequest Class

Represents a request for historical data used by historical data providers
public class HistoricalDataRequest
This language is not supported or no code example is available.
public ref class HistoricalDataRequest 
This language is not supported or no code example is available.
public class HistoricalDataRequest
This language is not supported or no code example is available.
Name Description
Protected constructor HistoricalDataRequest() Initializes a new instance of the HistroicalDataRequest class.
Protected constructor HistoricalDataRequest(string, DateTime, DateTime, byte, Nullable<BarType>, Nullable<Int64>, Nullable<Int32>) Request Histroical Data.
Top
Name Description
Public property BarSize Gets or sets the size of the bar.
Public property BarType Gets or sets the type of the bar.
Public property DataPoints Gets or sets the amount of bars in the request.
Public property DataType Gets or sets the type of the data.
Public property DateTime1 Gets or sets the begin date.
Public property DateTime2 Gets or sets the end date.
Public property RequestId Gets or sets the request identifier.
Top

In this article

Definition