Class InstrumentLookupEventArgs
Inheritance
InstrumentLookupEventArgs
Assembly: tt-net-api.dll
Syntax
public class InstrumentLookupEventArgs : EventArgs
Properties
Added
Declaration
public Instrument Added { get; }
Property Value
Deleted
Declaration
public Instrument Deleted { get; }
Property Value
Event
Declaration
public ProductDataEvent Event { get; }
Property Value
InstrumentLookup
Declaration
public InstrumentLookup InstrumentLookup { get; }
Property Value
IsFinal
Declaration
public bool IsFinal { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Updated
Declaration
public Instrument Updated { get; }
Property Value