Show / Hide Table of Contents

Class AlgoCatalog

Inheritance
object
AlgoCatalog
AlgoCatalogSubscription
Implements
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class AlgoCatalog : IDisposable

Constructors

AlgoCatalog(Dispatcher)

Declaration
public AlgoCatalog(Dispatcher dispatcher)
Parameters
Type Name Description
Dispatcher dispatcher

Properties

Algos

Declaration
public IReadOnlyCollection<AlgoInfo> Algos { get; }
Property Value
Type Description
IReadOnlyCollection<AlgoInfo>

Methods

Dispose()

Declaration
public virtual void Dispose()

Get()

Declaration
public ProductDataEvent Get()
Returns
Type Description
ProductDataEvent

GetAsync()

Declaration
public void GetAsync()

Events

OnData

Declaration
public event EventHandler<AlgoCatalogEventArgs> OnData
Event Type
Type Description
EventHandler<AlgoCatalogEventArgs>

Implements

IDisposable
In this article
Back to top