HistoricalDataRequest.DataPoints Property

Gets or sets the amount of bars in the request.
public Nullable<int> DataPoints {get; set;}
This language is not supported or no code example is available.
public:  
property Nullable<int^> DataPoints { 
Nullable<int^> get( ); 
void set( 
Nullable<int^> value 
); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

Nullable<int>

The amount of bars.

In this article

Definition