OrdStatus Field

Identifies current status of order.  
Valid values:  
0 = New  
1 = Partially filled  
2 = Filled  
3 = Done for day  
4 = Canceled  
5 = Replaced (Removed/Replaced)  
6 = Pending Cancel (e.g. result of Order Cancel Request)  
7 = Stopped  
8 = Rejected  
9 = Suspended  
A = Pending New  
B = Calculated  
C = Expired  
D = Accepted for bidding  
E = Pending Replace (e.g. result of Order Cancel/Replace Request)  
*** SOME VALUES HAVE BEEN REPLACED - See "Replaced Features and Supported Approach" ***  
(see Volume 1: "Glossary" for value definitions)  
 
public const int OrdStatus = 39
This language is not supported or no code example is available.
public:  
const int OrdStatus = 39;
This language is not supported or no code example is available.
public const OrdStatus : int = 39
This language is not supported or no code example is available.

Field Value

int

In this article

Definition