OpenQuant Automated Trading Strategy Development Platform
Strategy.Quote Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
Gets last quote for strategy instrument
Namespace:
OpenQuant.API
Assembly:
OpenQuant.API (in OpenQuant.API.dll)
Syntax
Visual Basic (Declaration)
Public ReadOnly Property Quote As
Quote
C#
public
Quote
Quote { get; }
C++
public property
Quote
Quote sealed {
Quote
get();
}
J#
/** property */
public
Quote
get_Quote();
JScript
public function get Quote() :
Quote
See Also
Strategy Class
OpenQuant.API Namespace