Gets stop instrument
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Instrument As Instrument |
| C# |
|---|
| public Instrument Instrument { get; } |
| C++ |
|---|
| public property Instrument Instrument sealed { Instrument get(); } |
| J# |
|---|
| /** property */ public Instrument get_Instrument(); |
| JScript |
|---|
| public function get Instrument() : Instrument |