OpenQuant Automated Trading Strategy Development Platform
Quote.BidSize 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 bid size of this quote
Namespace:
OpenQuant.API
Assembly:
OpenQuant.API (in OpenQuant.API.dll)
Syntax
Visual Basic (Declaration)
Public ReadOnly Property BidSize As
Integer
C#
public
int
BidSize { get; }
C++
public property
int
BidSize sealed {
int
get();
}
J#
/** property */
public
int
get_BidSize();
JScript
public function get BidSize() :
int
See Also
Quote Class
OpenQuant.API Namespace