ExecTransType Field

No longer used as of FIX 4.3. Included here for reference to prior versions.  
*** REPLACED FIELD - See "Replaced Features and Supported Approach" ***  
Identifies transaction type  
Valid values:  
0 = New  
1 = Cancel  
2 = Correct  
3 = Status  
 
public const int ExecTransType = 20
This language is not supported or no code example is available.
public:  
const int ExecTransType = 20;
This language is not supported or no code example is available.
public const ExecTransType : int = 20
This language is not supported or no code example is available.

Field Value

int

In this article

Definition