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