An order book


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

Syntax

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

Inheritance Hierarchy

System.Object
   OpenQuant.API.OrderBook

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