DataManager.DeleteDataSeries (Instrument, Byte, BarType, Int64) Method

public void DeleteDataSeries( 
Instrument instrument
byte type
BarType barType = BarType.Time, 
long barSize = 60 
)
This language is not supported or no code example is available.
public:  
void DeleteDataSeries( 
Instrument^ instrument
Byte type
BarType barType
long barSize 
)
This language is not supported or no code example is available.
public function DeleteDataSeries( 
instrument : Instrument
type : byte
barType : BarType
barSize : long 
);
This language is not supported or no code example is available.

Parameters

instrument
Instrument

type
byte

barType
BarType

barSize
long

In this article

Definition