Gets last trade for strategy instrument


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

Syntax

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

See Also