Example #1
0
 public TickerEventArgs(BitmexInstrumentData instrument) : this()
 {
     BitmexTicker = instrument;
     Exchange     = ExchangeName.Bitmex;
 }
Example #2
0
 public BitmexEventArgs(BitmexInstrumentData data) : this()
 {
     BtxInstrument = data;
 }