A time series of quotes


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

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")>
Public Class QuoteSeries
    Implements IEnumerable
C#
[DefaultMemberAttribute("Item")]
public class QuoteSeries : IEnumerable
C++
[DefaultMemberAttribute(L"Item")]
ref class QuoteSeries : IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */
public class QuoteSeries implements IEnumerable
JScript
public 
   DefaultMemberAttribute("Item")
class QuoteSeries extends IEnumerable

Inheritance Hierarchy

System.Object
   OpenQuant.API.QuoteSeries

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