Gets or sets order type (market, limit, stop, stop limit)


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

Syntax

Visual Basic (Declaration)
<CategoryAttribute("Appearance")>
Public Property Type As OrderType
C#
[CategoryAttribute("Appearance")]
public OrderType Type { get; set; }
C++
[CategoryAttribute(L"Appearance")]
public property OrderType Type sealed  {
    OrderType get();
    void set(OrderType value);
}
J#
/** @attribute CategoryAttribute("Appearance") */
/** property */
public OrderType get_Type();

/** property */
public void set_Type(OrderType value);
JScript
public function get Type() : OrderType

public function set Type(value : OrderType);

See Also