An Instrument manager. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.


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

Syntax

Visual Basic (Declaration)
Public Module InstrumentManager
C#
public static class InstrumentManager
C++
ref class InstrumentManager abstract  sealed 
J#
public final class InstrumentManager
JScript
public  class InstrumentManager

Inheritance Hierarchy

System.Object
   OpenQuant.API.InstrumentManager

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