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