public Instrument(string symbol, InstrumentType type, DateTime expiry, int qty)
     : this(symbol, type, qty)
 {
     ExpiryDate = MarketUtils.GetExpiryExactDate(expiry);
 }