Gets the number of quotes in this series


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

Syntax

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

See Also