DataManager.GetBar (Instrument) Method

Gets the bar.
public Bar GetBar( 
Instrument instrument 
)
This language is not supported or no code example is available.
public:  
Bar^ GetBar( 
Instrument^ instrument 
)
This language is not supported or no code example is available.
public function GetBar( 
instrument : Instrument 
) : Bar;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

The instrument.

Return Value

Bar

Bar.

In this article

Definition