Show / Hide Table of Contents

Class InstrumentCatalogEventArgs

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

Properties

Added

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

Deleted

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

Event

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

InstrumentCatalog

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

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 IEnumerable<Instrument> Updated { get; }
Property Value
Type Description
IEnumerable<Instrument>
In this article
Back to top