Gets quote series for strategy instrument
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Quotes As QuoteSeries |
| C# |
|---|
| public QuoteSeries Quotes { get; } |
| C++ |
|---|
| public property QuoteSeries Quotes sealed { QuoteSeries get(); } |
| J# |
|---|
| /** property */ public QuoteSeries get_Quotes(); |
| JScript |
|---|
| public function get Quotes() : QuoteSeries |