public override decimal GetMinStep(string instrument)
 {
     return(Instruments.GetMinStep(instrument));;
 }