InstrumentManager.Item Property

public Instrument this[ 
string symbol 
] {get;}
This language is not supported or no code example is available.
public:  
property Instrument^ Item[String] { 
Instrument^ get( 
String^ symbol 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

symbol
string

Property Value

Instrument

In this article

Definition