Esempio n. 1
0
 internal abstract AddOrderCommandBase CreateCancelDeliveryWithShortSellOrder(Transaction tran, Core.TransactionServer.Agent.Periphery.Facades.CancelDeliveryWithShortSellOrderParam param);
Esempio n. 2
0
 internal override AddOrderCommandBase CreateCancelDeliveryWithShortSellOrder(Transaction tran, Core.TransactionServer.Agent.Periphery.Facades.CancelDeliveryWithShortSellOrderParam param)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 internal override AddOrderCommandBase CreateCancelDeliveryWithShortSellOrder(Transaction tran, Core.TransactionServer.Agent.Periphery.Facades.CancelDeliveryWithShortSellOrderParam param)
 {
     return(new Commands.AddCancelDeliveryWithShortSellOrderCommand(tran, param));
 }