Order.Instrument Property
public Instrument Instrument {get; set;}
This language is not supported or no code example is available.
public:
property Instrument^ Instrument {
Instrument^ get( );
void set(
Instrument^ value
);
}
This language is not supported or no code example is available.
public function get Instrument() : Instrument;
public function set Instrument(value : Instrument);
This language is not supported or no code example is available.
Property Value
InstrumentThe instrument.