Class FieldsUpdatedEventArgs
Additional information for fields updated events.
Inheritance
Object
EventArgs
FieldsUpdatedEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class FieldsUpdatedEventArgs : EventArgs
Properties
Error
Gets the error.
Declaration
public AsyncOperationError Error { get; }
Property Value
Type | Description |
---|---|
AsyncOperationError | The error. |
Fields
Gets the fields.
Declaration
public PriceSubscriptionFields Fields { get; }
Property Value
Type | Description |
---|---|
PriceSubscriptionFields | The fields. |
SubscriptionStatus
Gets the status.
Declaration
public SubscriptionStatus SubscriptionStatus { get; }
Property Value
Type | Description |
---|---|
SubscriptionStatus | The status. |
UpdateDataType
Gets the type of the data that was updated.
Declaration
public UpdateDataType UpdateDataType { get; }
Property Value
Type | Description |
---|---|
UpdateDataType | The type of the update. |
UpdateType
Gets the type of the update.
Declaration
public UpdateType UpdateType { get; }
Property Value
Type | Description |
---|---|
UpdateType | The type of the update. |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | A string that represents the current object. |
Overrides
System.Object.ToString()