Class InstrumentLookupEventArgs
Inheritance
Object
EventArgs
InstrumentLookupEventArgs
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 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 |
---|---|
Boolean |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Updated
Declaration
public Instrument Updated { get; }
Property Value
Type | Description |
---|---|
Instrument |