コード例 #1
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));
 }
コード例 #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));
 }
コード例 #3
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);
 }
コード例 #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);
 }