Gets ask size of this quote


Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AskSize As Integer
C#
public int AskSize { get; }
C++
public property int AskSize sealed  {
    int get();
}
J#
/** property */
public int get_AskSize();
JScript
public function get AskSize() : int

See Also