Gets a list of strategy instruments


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(False)>
Public ReadOnly Property Instruments As InstrumentList
C#
[BrowsableAttribute(False)]
public InstrumentList Instruments { get; }
C++
[BrowsableAttribute(False)]
public property InstrumentList Instruments sealed  {
    InstrumentList get();
}
J#
/** @attribute BrowsableAttribute(False) */
/** property */
public InstrumentList get_Instruments();
JScript
public function get Instruments() : InstrumentList

See Also