OrderSubmissionBatchSend(OnOrderSend, Object) Method

Submit the batch of orders.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public List<Order> Send(
	OnOrderSend poCallback,
	Object poTag
)

Parameters

poCallback  OnOrderSend
Method to be called when the orders have been created but before being sent.
poTag  Object
Optional Tag to allow you to track this request.

Return Value

ListOrder
The list of Orders created.

Remarks

Success of this method does NOT indicate that the order has been submited, only that the submission is in progress. OrderUpdate events will be raised with the results of the submission.

See Also