Property | Type | Description | |
---|---|---|---|
bar | Bar | ||
instrumentId | int | ||
newBarSize | long | ||
oldBarSize | long |
Method | Description | |
---|---|---|
Add ( |
||
Compress ( DataEntryEnumerator enumerator ) : BarSeries | ||
GetCompressor ( int instrumentId, BarType barType, long oldBarSize, long newBarSize, System.TimeSpan time1 = default(TimeSpan), System.TimeSpan time2 = default(TimeSpan) ) : |
Method | Description | |
---|---|---|
AddItemsToBar ( |
||
BarCompressor ( ) : System | ||
CreateNewBar ( BarType barType, System.DateTime beginTime, System.DateTime endTime, double price ) : void | ||
EmitNewCompressedBar ( ) : void |
Method | Description | |
---|---|---|
method_0 ( |
||
method_1 ( ) : void |
public abstract Add ( |
||
entry | ||
return | void |
protected AddItemsToBar ( |
||
items | ||
return | void |
public Compress ( DataEntryEnumerator enumerator ) : BarSeries | ||
enumerator | DataEntryEnumerator | |
return | BarSeries |
protected CreateNewBar ( BarType barType, System.DateTime beginTime, System.DateTime endTime, double price ) : void | ||
barType | BarType | |
beginTime | System.DateTime | |
endTime | System.DateTime | |
price | double | |
return | void |
public static GetCompressor ( int instrumentId, BarType barType, long oldBarSize, long newBarSize, System.TimeSpan time1 = default(TimeSpan), System.TimeSpan time2 = default(TimeSpan) ) : |
||
instrumentId | int | |
barType | BarType | |
oldBarSize | long | |
newBarSize | long | |
time1 | System.TimeSpan | |
time2 | System.TimeSpan | |
return |