Class AlgoLookup
Assembly: tt-net-api.dll
Syntax
public class AlgoLookup : IDisposable
Constructors
AlgoLookup(Dispatcher, string)
Looks up an Algo with the Name or Alias provided as the name parameter.
Declaration
public AlgoLookup(Dispatcher dispatcher, string name)
Parameters
AlgoLookup(Dispatcher, AlgoKey)
Declaration
public AlgoLookup(Dispatcher dispatcher, AlgoKey algoKey)
Parameters
Properties
Algo
Declaration
public Algo Algo { get; }
Property Value
AlgoKey
Declaration
public AlgoKey AlgoKey { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Get()
Declaration
public ProductDataEvent Get()
Returns
GetAsync()
Declaration
Events
OnData
Declaration
public event EventHandler<AlgoLookupEventArgs> OnData
Event Type
Implements