Instrument.CurrencyId Property

[Category(CATEGORY_APPEARANCE)] 
[Description("Instrument currency code (USD, EUR, RUR, CAD, etc.)")] 
public byte CurrencyId {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_APPEARANCE)] 
[Description("Instrument currency code (USD, EUR, RUR, CAD, etc.)")] 
public:  
property Byte CurrencyId { 
Byte get( ); 
void set( 
Byte value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_APPEARANCE) 
Description("Instrument currency code (USD, EUR, RUR, CAD, etc.)") 
function get CurrencyId() : byte
public  
Category(CATEGORY_APPEARANCE) 
Description("Instrument currency code (USD, EUR, RUR, CAD, etc.)") 
function set CurrencyId(value : byte);
This language is not supported or no code example is available.

Property Value

byte

In this article

Definition