OrderPull(User, Boolean) 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(
	User poUser,
	bool pbManualOrderIndicator
)

Parameters

poUser  User
The user to pull the order as.
pbManualOrderIndicator  Boolean
True if this was initiated by a user, false if algorithmic

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