Commit Graph

3 Commits

Author SHA1 Message Date
snugs e27e6911d1 Use BusyBlockingCollection in BrokerageTransactionHandler
This is to remove some possibilities for dead locks
2015-12-09 23:04:14 -05:00
snugs 704bfc2298 Adds new order ticket system
QCAlgorithm order functions now return an OrderTicket

OrderTicket can be used to directly update or cancel an order

Placing an order now submits an OrderRequest which is processed by the ITransactionHandler
2015-07-08 23:40:28 -04:00
snugs 9c1b0f4616 Move order/order queue storage to transaction handler
Expose order and order processing ability via IOrderProvider/IOrderProcessor
2015-07-02 15:07:35 -04:00