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