Class InstrumentSearcher
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class InstrumentSearcher : UserEventHandler, IDisposable
Constructors
InstrumentSearcher(Dispatcher, String, List<MarketId>, ProductType, Int32)
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 | |
Int32 | 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
System.IDisposable