Suoranta.Finance Namespace
Suoranta.Finance - Developer API

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.Trading
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public IEnumerable<DefaultBacktester..::..OrderGroup> ExecuteSimulatedOrders(
	IEnumerable<ISimulatedOrder> allOrders
)

Parameters

allOrders
Type: IEnumerable<(Of <(<'ISimulatedOrder>)>)>
the order elements

Return Value

The ISimulatedOrders that were fulfilled.