BarCompressor.GetCompressor Method

public static BarCompressor GetCompressor( 
int instrumentId
BarType barType
long oldBarSize
long newBarSize
TimeSpan time1 = new TimeSpan(), 
TimeSpan time2 = new TimeSpan() 
)
This language is not supported or no code example is available.
public:  
static BarCompressor^ GetCompressor( 
int instrumentId
BarType barType
long oldBarSize
long newBarSize
TimeSpan time1
TimeSpan time2 
)
This language is not supported or no code example is available.
public static function GetCompressor( 
instrumentId : int
barType : BarType
oldBarSize : long
newBarSize : long
time1 : TimeSpan
time2 : TimeSpan 
) : BarCompressor;
This language is not supported or no code example is available.

Parameters

instrumentId
int

barType
BarType

oldBarSize
long

newBarSize
long

time1
TimeSpan

time2
TimeSpan

Return Value

BarCompressor

In this article

Definition