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

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public ResponsePending ResponsePending { get; }
Visual Basic (Declaration)
Public ReadOnly Property ResponsePending As ResponsePending
Visual C++
public:
property ResponsePending ResponsePending {
	ResponsePending get ();
}

Field Value

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