OrdRejReason Field

Code to identify reason for order rejection.  
Valid values:  
0 = Broker / Exchange option  
1 = Unknown symbol  
2 = Exchange closed  
3 = Order exceeds limit  
4 = Too late to enter  
5 = Unknown Order  
6 = Duplicate Order (e.g. dupe ClOrdID (11))  
7 = Duplicate of a verbally communicated order  
8 = Stale Order  
9 = Trade Along required  
10 = Invalid Investor ID  
11 = Unsupported order characteristic12 = Surveillence Option  
13 = Incorrect quantity  
14 = Incorrect allocated quantity  
15 = Unknown account(s)  
99 = Other  
 
Note: Values 13, 14, and 15 will be used when rejecting an order due to pre-allocation information errors.  
 
public const int OrdRejReason = 103
This language is not supported or no code example is available.
public:  
const int OrdRejReason = 103;
This language is not supported or no code example is available.
public const OrdRejReason : int = 103
This language is not supported or no code example is available.

Field Value

int

In this article

Definition