Show / Hide Table of Contents

Class InstrumentLookupEventArgs

Inheritance
object
EventArgs
InstrumentLookupEventArgs
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 InstrumentLookupEventArgs : EventArgs

Properties

Added

Declaration
public Instrument Added { get; }
Property Value
Type Description
Instrument

Deleted

Declaration
public Instrument Deleted { get; }
Property Value
Type Description
Instrument

Event

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

InstrumentLookup

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

IsFinal

Declaration
public bool IsFinal { get; }
Property Value
Type Description
bool

Message

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

Updated

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