Gets size (number of shares, number of contracts) of this trade


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

Syntax

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

See Also