Beispiel #1
0
 internal static bool IsTradeDayClose(this Protocal.TradingInstrument.InstrumentStatus status)
 {
     return(status == Protocal.TradingInstrument.InstrumentStatus.DayClose);
 }
Beispiel #2
0
 internal static bool AllowPlacing(this  Protocal.TradingInstrument.InstrumentStatus status)
 {
     return(status == Protocal.TradingInstrument.InstrumentStatus.SessionOpen);
 }