Exemplo n.º 1
0
 public AccountStore_File(IDataCenter dataCenter, DataPathUtils pathUtils)
 {
     this.dataCenter = dataCenter;
     this.pathUtils  = pathUtils;
 }
Exemplo n.º 2
0
 public TradingTimeStore_File(DataPathUtils dataPathUtils)
 {
     this.dataPathUtils = dataPathUtils;
 }
Exemplo n.º 3
0
 public DataStore_File(IDataCenter dataCenter, string dataCenterPath)
 {
     this.dataCenter = dataCenter;
     //this.dataCenterPath = dataCenterPath;
     this.dataPathUtils = new DataPathUtils(dataCenterPath);
 }
Exemplo n.º 4
0
 public MainContractStore_File(DataPathUtils dataPathUtils)
 {
     this.path = dataPathUtils.GetMainContractsPath();
 }
Exemplo n.º 5
0
 public TickDataStore_File(DataPathUtils dataPathUtils)
 {
     this.dataPathUtils = dataPathUtils;
 }
Exemplo n.º 6
0
 public TradingSessionStore_File(DataPathUtils dataPathUtils)
 {
     this.dataPathUtils = dataPathUtils;
 }
Exemplo n.º 7
0
 public KLineDataStore_File(DataPathUtils dataPathUtils)
 {
     this.dataPathUtils = dataPathUtils;
 }