OrderResponsePending Property

Whether the system is waiting for a response from the exchange.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public ResponsePending ResponsePending { get; }

Property Value

ResponsePending

Remarks

Determines if the Order is waiting for confirmation of Submission, Revision or Pull. The system does not allow multiple revisions to be in progress at the same time for the same order as this can lead to problems determining what the actual state of the order is at the exchange.

See Also