Show / Hide Table of Contents

Class AlgoLookup

Inheritance
object
AlgoLookup
AlgoLookupSubscription
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 AlgoLookup : IDisposable

Constructors

AlgoLookup(Dispatcher, string)

Declaration
public AlgoLookup(Dispatcher dispatcher, string name)
Parameters
Type Name Description
Dispatcher dispatcher
string name

AlgoLookup(Dispatcher, AlgoKey)

Declaration
public AlgoLookup(Dispatcher dispatcher, AlgoKey algoKey)
Parameters
Type Name Description
Dispatcher dispatcher
AlgoKey algoKey

Properties

Algo

Declaration
public Algo Algo { get; }
Property Value
Type Description
Algo

AlgoKey

Declaration
public AlgoKey AlgoKey { get; }
Property Value
Type Description
AlgoKey

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

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<AlgoLookupEventArgs> OnData
Event Type
Type Description
EventHandler<AlgoLookupEventArgs>

Implements

IDisposable
In this article
Back to top