Show / Hide Table of Contents

Class AlgoCatalogSubscription

Inheritance
object
AlgoCatalog
AlgoCatalogSubscription
Implements
IDisposable
Inherited Members
AlgoCatalog.OnData
AlgoCatalog.Algos
AlgoCatalog.Get()
AlgoCatalog.GetAsync()
AlgoCatalog.Dispose()
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 AlgoCatalogSubscription : AlgoCatalog, IDisposable

Constructors

AlgoCatalogSubscription(Dispatcher)

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

Methods

Start()

Declaration
public void Start()

Implements

IDisposable
In this article
Back to top