A broker order


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

Syntax

Visual Basic (Declaration)
Public Class Order
C#
public class Order
C++
ref class Order
J#
public class Order
JScript
public class Order

Inheritance Hierarchy

System.Object
   OpenQuant.API.Order

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also