BarFactory.Remove (Instrument, BarType, Int64, BarInput, ClockType) Method

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

Parameters

instrument
Instrument

barType
BarType

barSize
long

barInput
BarInput

type
ClockType

In this article

Definition