CustomerOrFirm Field

No longer used as of FIX 4.3. Included here for reference to prior versions.  
*** REPLACED FIELD - See "Replaced Features and Supported Approach" ***  
Used for options when delivering the order to an execution system/exchange to specify if the order is for a customer or the firm placing the order itself.  
Valid values:  
0 = Customer  
1 = Firm  
 
public const int CustomerOrFirm = 204
This language is not supported or no code example is available.
public:  
const int CustomerOrFirm = 204;
This language is not supported or no code example is available.
public const CustomerOrFirm : int = 204
This language is not supported or no code example is available.

Field Value

int

In this article

Definition