Esempio n. 1
0
 public bool ModifyOrder(AccountInfo accountInfo, Strategy strategy, OrderAction orderAction, BaseOrderType orderType)
 {
     return(false);
 }
Esempio n. 2
0
 public async Task <List <OrderLog> > PlaceOrder(AccountInfo accountInfo, Strategy strategy, BaseOrderType orderType,
                                                 OrderAction orderAction, int batchNo, double?posSize = null, Contract security = null,
                                                 bool errorSuppressed = false, bool addToInfoList = true)
 {
     return(null);
 }