OrderFactory.OnExecutionReport Method

Called when [execution report].
public Order OnExecutionReport( 
ExecutionReport report 
)
This language is not supported or no code example is available.
public:  
Order^ OnExecutionReport( 
ExecutionReport^ report 
)
This language is not supported or no code example is available.
public function OnExecutionReport( 
report : ExecutionReport 
) : Order;
This language is not supported or no code example is available.

Parameters

report
ExecutionReport

The report.

Return Value

Order

Order.

In this article

Definition