BarFactory.Add (Instrument, BarType, Int64, BarInput, ClockType, Int32) Method

public BarFactoryItem Add( 
Instrument instrument
BarType barType
long barSize
BarInput barInput = BarInput.Trade, 
ClockType type = ClockType.Local, 
int providerId = -1 
)
This language is not supported or no code example is available.
public:  
BarFactoryItem^ Add( 
Instrument^ instrument
BarType barType
long barSize
BarInput barInput
ClockType type
int providerId 
)
This language is not supported or no code example is available.
public function Add( 
instrument : Instrument
barType : BarType
barSize : long
barInput : BarInput
type : ClockType
providerId : int 
) : BarFactoryItem;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

barType
BarType

barSize
long

barInput
BarInput

type
ClockType

providerId
int

Return Value

BarFactoryItem

In this article

Definition