Exemple #1
0
 public static OrderDirection GetOrderDirectionToMatchInOrderBook(this OrderDirection orderType)
 {
     return(orderType.GetOpositeDirection());
 }