DataManager.GetHistoricalBars (Instrument, BarType, Int64) Method

public BarSeries GetHistoricalBars( 
Instrument instrument
BarType barType
long barSize 
)
This language is not supported or no code example is available.
public:  
BarSeries^ GetHistoricalBars( 
Instrument^ instrument
BarType barType
long barSize 
)
This language is not supported or no code example is available.
public function GetHistoricalBars( 
instrument : Instrument
barType : BarType
barSize : long 
) : BarSeries;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

barType
BarType

barSize
long

Return Value

BarSeries

In this article

Definition