Show / Hide Table of Contents

Class InstrumentSearcherEventArgs

Inheritance
object
EventArgs
InstrumentSearcherEventArgs
Inherited Members
EventArgs.Empty
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 InstrumentSearcherEventArgs : EventArgs

Properties

Event

Declaration
public ProductDataEvent Event { get; }
Property Value
Type Description
ProductDataEvent

InstrumentSearcher

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

Message

Declaration
public string Message { get; }
Property Value
Type Description
string
In this article
Back to top