public NewOrderSingle(Instrument instrument) : this()
 {
     Symbol        = instrument.Symbol;
     InstrumentUrl = instrument.InstrumentUrl;
 }