public override long GetLotSize(string instrument)
 {
     return(Instruments.GetLotSize(instrument));
 }