Instrument.Maturity Property

[Category(CATEGORY_DERIVATIVE)] 
[Description("Instrument maturity")] 
public DateTime Maturity {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_DERIVATIVE)] 
[Description("Instrument maturity")] 
public:  
property DateTime Maturity { 
DateTime get( ); 
void set( 
DateTime value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_DERIVATIVE) 
Description("Instrument maturity") 
function get Maturity() : DateTime
public  
Category(CATEGORY_DERIVATIVE) 
Description("Instrument maturity") 
function set Maturity(value : DateTime);
This language is not supported or no code example is available.

Property Value

DateTime

In this article

Definition