Property | Type | Description | |
---|---|---|---|
AddReminder | bool | ||
OnData | void | ||
OnReminder | void |
Method | Description | |
---|---|---|
Add ( |
||
Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void | ||
Add ( Instrument instrument, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
Add ( Instrument instrument, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void | ||
Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void | ||
Add ( string symbol, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
Add ( string symbol, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void | ||
Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void | ||
Add ( string symbol, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
Add ( string symbol, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
BarFactory ( |
||
Clear ( ) : void | ||
Remove ( |
||
Remove ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local ) : void |
Method | Description | |
---|---|---|
AddReminder ( |
||
OnData ( |
||
OnReminder ( System.DateTime datetime, object data ) : void |
public Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
type | ClockType | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public Add ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
type | ClockType | |
providerId | int | |
return | void |
public Add ( Instrument instrument, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public Add ( Instrument instrument, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
instrument | Instrument | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void | ||
instruments | InstrumentList | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
type | ClockType | |
providerId | int | |
return | void |
public Add ( InstrumentList instruments, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void | ||
instruments | InstrumentList | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
providerId | int | |
return | void |
public Add ( string symbol, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
symbol | string | |
barInput | BarInput | |
type | ClockType | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public Add ( string symbol, BarType barType, long barSize, BarInput barInput, ClockType type, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
symbol | string | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
type | ClockType | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local, int providerId = -1 ) : void | ||
symbol | string | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
type | ClockType | |
providerId | int | |
return | void |
public Add ( string symbol, BarType barType, long barSize, BarInput barInput = BarInput.Trade, int providerId = -1 ) : void | ||
symbol | string | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
providerId | int | |
return | void |
public Add ( string symbol, BarType barType, long barSize, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
symbol | string | |
barType | BarType | |
barSize | long | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public Add ( string symbol, System.TimeSpan session1, System.TimeSpan session2, int providerId = -1 ) : void | ||
symbol | string | |
session1 | System.TimeSpan | |
session2 | System.TimeSpan | |
providerId | int | |
return | void |
public BarFactory ( |
||
framework | ||
return | System |
public Remove ( Instrument instrument, BarType barType, long barSize, BarInput barInput = BarInput.Trade, ClockType type = ClockType.Local ) : void | ||
instrument | Instrument | |
barType | BarType | |
barSize | long | |
barInput | BarInput | |
type | ClockType | |
return | void |