public bool CancelMercantileFuturesOrder2(string OrderId, ref string message, out ReckoningCounterTest.DoOrderService90.TypesOrderStateType ost, out int errorType)
 {
     return(base.Channel.CancelMercantileFuturesOrder2(OrderId, ref message, out ost, out errorType));
 }
 public bool CancelStockIndexFuturesOrder(string OrderId, ref string message, out ReckoningCounterTest.DoOrderService90.TypesOrderStateType ost)
 {
     return(base.Channel.CancelStockIndexFuturesOrder(OrderId, ref message, out ost));
 }