Show / Hide Table of Contents

Class FieldsUpdatedEventArgs

Additional information for fields updated events.

Inheritance
object
EventArgs
FieldsUpdatedEventArgs
Inherited Members
EventArgs.Empty
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 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
object.ToString()
In this article
Back to top