Lean  $LEAN_TAG$
QuantConnect.Lean.Engine.TransactionHandlers Namespace Reference

Classes

class  BacktestingTransactionHandler
 This transaction handler is used for processing transactions during backtests More...
 
class  BrokerageTransactionHandler
 Transaction handler for all brokerages More...
 
class  CancelPendingOrders
 Class used to keep track of CancelPending orders and their original or updated status More...
 
interface  ITransactionHandler
 Transaction handlers define how the transactions are processed and set the order fill information. The pass this information back to the algorithm portfolio and ensure the cash and portfolio are synchronized. More...