ExecRestatementReason Field

Code to identify reason for an ExecutionRpt message sent with ExecType=Restated or used when communicating an unsolicited cancel.  
Valid values:  
0 = GT Corporate action  
1 = GT renewal / restatement (no corporate action)  
2 = Verbal change  
3 = Repricing of order  
4 = Broker option  
5 = Partial decline of OrderQty (e.g. exchange-initiated partial cancel)  
6 = Cancel on Trading Halt  
7 = Cancel on System Failure  
8 = Market (Exchange) Option  
9 = Canceled, Not Best  
10 = Warehouse recap  
99 = Other  
 
public const int ExecRestatementReason = 378
This language is not supported or no code example is available.
public:  
const int ExecRestatementReason = 378;
This language is not supported or no code example is available.
public const ExecRestatementReason : int = 378
This language is not supported or no code example is available.

Field Value

int

In this article

Definition