Instrument.Exchange Property
[Category(CATEGORY_APPEARANCE)]
[Description("Instrument exchange")]
public string Exchange {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_APPEARANCE)]
[Description("Instrument exchange")]
public:
property String^ Exchange {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_APPEARANCE)
Description("Instrument exchange")
function get Exchange() : String;
public
Category(CATEGORY_APPEARANCE)
Description("Instrument exchange")
function set Exchange(value : String);
This language is not supported or no code example is available.
Property Value
string
In this article
Definition