Class InstrumentCatalogEventArgs
Represents the event arguments sent in an InstrumentCatalog.InstrumentCatalogUpdated callback
Inheritance
Object
EventArgs
InstrumentCatalogEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |
---|---|
Boolean |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Updated
Declaration
public IEnumerable<Instrument> Updated { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Instrument> |