OrderIsWorking Property
Whether the Order is in a working state or not.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public bool IsWorking { get; }
Public ReadOnly Property IsWorking As Boolean
Get
Property Value
Boolean
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.