DefaultBacktester..::..ExecuteSimulatedOrders Method
Simulates the order executions, i.e., sets the Execution of
allOrders elements. Note that the original elements are not duplicated, but
returned with updated property values.
Namespace:
Suoranta.Finance.TradingAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public IEnumerable<DefaultBacktester..::..OrderGroup> ExecuteSimulatedOrders( IEnumerable<ISimulatedOrder> allOrders )
Parameters
- allOrders
- Type: IEnumerable<(Of <(<'ISimulatedOrder>)>)>
the order elements

