Show / Hide Table of Contents

Class InstrumentSearcher

Inheritance
object
UserEventHandler
InstrumentSearcher
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 InstrumentSearcher : UserEventHandler, IDisposable

Constructors

InstrumentSearcher(Dispatcher, string, List<MarketId>, ProductType, int)

Declaration
public InstrumentSearcher(Dispatcher dispatcher, string queryToSearch, List<MarketId> marketIds = null, ProductType productTypeId = ProductType.NotSet, int startIndex = 0)
Parameters
Type Name Description
Dispatcher dispatcher
string queryToSearch
List<MarketId> marketIds
ProductType productTypeId
int startIndex

Properties

Results

Declaration
public List<InstrumentSearchResult> Results { get; }
Property Value
Type Description
List<InstrumentSearchResult>

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

Implements

IDisposable
In this article
Back to top