OrderIsWorking Property

Whether the Order is in a working state or not.

Definition

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

Property Value

Boolean

Remarks

Newly submitted Orders do not have a status until the server responds with either a 'Working' status (the order is live in the market) or a 'Rejected' status. Hence, this property will return False until one of those states is achieved.

See Also