Instrument.CCY1 Property

[Category(CATEGORY_FX)] 
[Description("Base currency code")] 
public byte CCY1 {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_FX)] 
[Description("Base currency code")] 
public:  
property Byte CCY1 { 
Byte get( ); 
void set( 
Byte value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_FX) 
Description("Base currency code") 
function get CCY1() : byte
public  
Category(CATEGORY_FX) 
Description("Base currency code") 
function set CCY1(value : byte);
This language is not supported or no code example is available.

Property Value

byte

In this article

Definition