Property | Type | Description | |
---|---|---|---|
bar | |||
barInput | BarInput | ||
barSize | long | ||
barType | BarType | ||
factory | |||
instrument | Instrument | ||
providerId | int | ||
session1 | System.TimeSpan | ||
session2 | System.TimeSpan | ||
sessionEnabled | bool |
Method | Description | |
---|---|---|
ToString ( ) : string |
Method | Description | |
---|---|---|
AddReminder ( System.DateTime datetime, ClockType type ) : bool | ||
BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : System | ||
BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : System | ||
EmitBar ( ) : void | ||
GetBarCloseDateTime ( |
||
GetBarOpenDateTime ( |
||
GetDataObjectDateTime ( |
||
InSession ( System.DateTime dateTime ) : bool | ||
OnData ( |
||
OnReminder ( System.DateTime datetime ) : void |
Method | Description | |
---|---|---|
Process ( |
protected AddReminder ( System.DateTime datetime, ClockType type ) : bool | ||
datetime | System.DateTime | |
type | ClockType | |
return | bool |
protected BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : System | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | System |
protected BarFactoryItem ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : System | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
providerId | int | |
return | System |
protected GetBarCloseDateTime ( |
||
obj | ||
return | System.DateTime |
protected GetBarOpenDateTime ( |
||
obj | ||
return | System.DateTime |
protected GetDataObjectDateTime ( |
||
obj | ||
type | ClockType | |
return | System.DateTime |
protected InSession ( System.DateTime dateTime ) : bool | ||
dateTime | System.DateTime | |
return | bool |
protected OnReminder ( System.DateTime datetime ) : void | ||
datetime | System.DateTime | |
return | void |