WorkingIndicator Field

Indicates if the order is currently being worked. Applicable only for OrdStatus = New. For open outcry markets this indicates that the order is being worked in the crowd. For electronic markets it indicates that the order has transitioned from a contingent order to a market order.  
Valid values:  
Y = Order is currently being worked  
N = Order has been accepted but not yet in a working state  
 
public const int WorkingIndicator = 636
This language is not supported or no code example is available.
public:  
const int WorkingIndicator = 636;
This language is not supported or no code example is available.
public const WorkingIndicator : int = 636
This language is not supported or no code example is available.

Field Value

int

In this article

Definition