PutOrCall Field

No longer used as of FIX 4.3. Included here for reference to prior versions.  
*** REPLACED FIELD - See "Replaced Features and Supported Approach" ***  
Indicates whether an Option is for a put or call.  
Valid values:  
0 = Put  
1 = Call  
 
public const int PutOrCall = 201
This language is not supported or no code example is available.
public:  
const int PutOrCall = 201;
This language is not supported or no code example is available.
public const PutOrCall : int = 201
This language is not supported or no code example is available.

Field Value

int

In this article

Definition