Gets last trade of this series


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Last As Trade
C#
public Trade Last { get; }
C++
public property Trade Last sealed  {
    Trade get();
}
J#
/** property */
public Trade get_Last();
JScript
public function get Last() : Trade

See Also