OrderFactory.OnExecutionCommand Method

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

Parameters

command
ExecutionCommand

The command.

Return Value

Order

Order.

In this article

Definition