Instrument.PutCall Property

[Category(CATEGORY_DERIVATIVE)] 
[Description("Option type : put or call")] 
public PutCall PutCall {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_DERIVATIVE)] 
[Description("Option type : put or call")] 
public:  
property PutCall PutCall { 
PutCall get( ); 
void set( 
PutCall value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_DERIVATIVE) 
Description("Option type : put or call") 
function get PutCall() : PutCall
public  
Category(CATEGORY_DERIVATIVE) 
Description("Option type : put or call") 
function set PutCall(value : PutCall);
This language is not supported or no code example is available.

Property Value

PutCall

In this article

Definition