HistoricalDataRequest.BarType Property

Gets or sets the type of the bar.
public Nullable<BarType> BarType {get; set;}
This language is not supported or no code example is available.
public:  
property Nullable<BarType^> BarType { 
Nullable<BarType^> get( ); 
void set( 
Nullable<BarType^> 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<BarType>

The type of the bar.

In this article

Definition