Instrument.CCY2 Property
[Category(CATEGORY_FX)]
[Description("Counter currency code")]
public byte CCY2 {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_FX)]
[Description("Counter currency code")]
public:
property Byte CCY2 {
Byte get( );
void set(
Byte value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_FX)
Description("Counter currency code")
function get CCY2() : byte;
public
Category(CATEGORY_FX)
Description("Counter currency code")
function set CCY2(value : byte);
This language is not supported or no code example is available.
Property Value
byte
In this article
Definition