OrderPull Method

Method to pull the order.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public void Pull()

Remarks

Determines if the order is working and can be pulled, then sends the pull request to the server and updates the order status to reflect the pull request.

Note: the order is not Pulled until confirmed by the exchange for which an OrderUpdate event will be raised.

See Also