IB order extensions


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

Syntax

Visual Basic (Declaration)
<TypeConverterAttribute(GetType(IBExTypeConverter))>
Public Class IBEx
C#
[TypeConverterAttribute(typeof(IBExTypeConverter))]
public class IBEx
C++
[TypeConverterAttribute(typeof(IBExTypeConverter))]
ref class IBEx
J#
/** @attribute TypeConverterAttribute(typeof(IBExTypeConverter)) */
public class IBEx
JScript
public 
   TypeConverterAttribute(typeof(IBExTypeConverter))
class IBEx

Inheritance Hierarchy

System.Object
   OpenQuant.API.IBEx

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