BarFactory.Add (InstrumentList, BarType, Int64, BarInput, Int32) Method

public void Add( 
InstrumentList instruments
BarType barType
long barSize
BarInput barInput = BarInput.Trade, 
int providerId = -1 
)
This language is not supported or no code example is available.
public:  
void Add( 
InstrumentList^ instruments
BarType barType
long barSize
BarInput barInput
int providerId 
)
This language is not supported or no code example is available.
public function Add( 
instruments : InstrumentList
barType : BarType
barSize : long
barInput : BarInput
providerId : int 
);
This language is not supported or no code example is available.

Parameters

instruments
InstrumentList

barType
BarType

barSize
long

barInput
BarInput

providerId
int

In this article

Definition