ListOrderStatus Field

Code to represent the status of a list order.  
Valid values:  
1 = InBiddingProcess  
2 = ReceivedForExecution  
3 = Executing  
4 = Canceling  
5 = Alert  
6 = All Done  
7 = Reject  
 
public const int ListOrderStatus = 431
This language is not supported or no code example is available.
public:  
const int ListOrderStatus = 431;
This language is not supported or no code example is available.
public const ListOrderStatus : int = 431
This language is not supported or no code example is available.

Field Value

int

In this article

Definition