Exemplo n.º 1
0
 public static bool HasDown(this TradeDirections td)
 {
     return(td.HasFlag(TradeDirections.Down));
 }
Exemplo n.º 2
0
 public static bool IsAuto(this TradeDirections td)
 {
     return(td.HasFlag(TradeDirections.Auto));
 }
Exemplo n.º 3
0
 public static bool HasUp(this TradeDirections td)
 {
     return(td.HasFlag(TradeDirections.Up));
 }