ExecType Field

Describes the specific ExecutionRpt (i.e. Pending Cancel) while OrdStatus (39) will always identify the current order status (i.e. Partially Filled)  
Valid values:  
0 = New  
1 = Partial fill (Replaced)  
2 = Fill (Replaced)  
3 = Done for day  
4 = Canceled  
5 = Replace  
6 = Pending Cancel (e.g. result of Order Cancel Request)  
7 = Stopped  
8 = Rejected  
9 = Suspended  
A = Pending New  
B = Calculated  
C = Expired  
D = Restated (ExecutionRpt sent unsolicited by sellside, with ExecRestatementReason (378) set)  
E = Pending Replace (e.g. result of Order Cancel/Replace Request)  
F = Trade (partial fill or fill)  
G = Trade Correct (formerly an ExecTransType (20))  
H = Trade Cancel (formerly an ExecTransType)  
I = Order Status (formerly an ExecTransType)  
*** SOME VALUES HAVE BEEN REPLACED - See "Replaced Features and Supported Approach" ***  
 
 
public const int ExecType = 150
This language is not supported or no code example is available.
public:  
const int ExecType = 150;
This language is not supported or no code example is available.
public const ExecType : int = 150
This language is not supported or no code example is available.

Field Value

int

In this article

Definition