TradeReportTransType Field

Identifies Trade Report message transaction type  
Valid values:  
0 = New  
1 = Cancel  
2 = Replace  
3 = Release  
4 = Reverse  
(Prior to FIX 4.4 this field was of type char)  
 
public const int TradeReportTransType = 487
This language is not supported or no code example is available.
public:  
const int TradeReportTransType = 487;
This language is not supported or no code example is available.
public const TradeReportTransType : int = 487
This language is not supported or no code example is available.

Field Value

int

In this article

Definition