public void RemoveInstrument(InstrumentInfo i)
 {
     TickWriter.RemoveInstrument(string.Format("{0}.{1}", i.Instrument, i.Exchange));
     TickWriter.RemoveInstrument(string.Format("{0}.", i.Instrument));
     //TickWriter.RemoveInstrument(string.Format("{0}", i.Instrument));
 }
Exemple #2
0
 public void RemoveInstrument(InstrumentInfo i)
 {
     TickWriter.RemoveInstrument(string.Format("{0}.{1}", i.Instrument, i.Exchange));
     TickWriter.RemoveInstrument(string.Format("{0}.", i.Instrument));
     //TickWriter.RemoveInstrument(string.Format("{0}", i.Instrument));
 }
 public void AddInstrument(InstrumentInfo i)
 {
     TickWriter.AddInstrument(string.Format("{0}.{1}", i.Instrument, i.Exchange), i.TickSize, i.Factor, i.Time_ssf_Diff);
     TickWriter.AddInstrument(string.Format("{0}.", i.Instrument), i.TickSize, i.Factor, i.Time_ssf_Diff);
     //TickWriter.AddInstrument(string.Format("{0}", i.Instrument), i.TickSize, i.Factor, i.Time_ssf_Diff);
 }
Exemple #4
0
 public void AddInstrument(InstrumentInfo i)
 {
     TickWriter.AddInstrument(string.Format("{0}.{1}", i.Instrument, i.Exchange), i.TickSize, i.Factor, i.Time_ssf_Diff);
     TickWriter.AddInstrument(string.Format("{0}.", i.Instrument), i.TickSize, i.Factor, i.Time_ssf_Diff);
     //TickWriter.AddInstrument(string.Format("{0}", i.Instrument), i.TickSize, i.Factor, i.Time_ssf_Diff);
 }