Instrument.Type Property
[Category(CATEGORY_APPEARANCE)]
[Description("Instrument Type (Stock, Futures, Option, Bond, ETF, Index, etc.)")]
public InstrumentType Type {get;}
This language is not supported or no code example is available.
[Category(CATEGORY_APPEARANCE)]
[Description("Instrument Type (Stock, Futures, Option, Bond, ETF, Index, etc.)")]
public:
property InstrumentType Type {
InstrumentType get( );
}
This language is not supported or no code example is available.
public
Category(CATEGORY_APPEARANCE)
Description("Instrument Type (Stock, Futures, Option, Bond, ETF, Index, etc.)")
function get Type() : InstrumentType;
This language is not supported or no code example is available.
Property Value
InstrumentType
In this article
Definition