Class FieldsUpdatedEventArgs
Additional information for fields updated events.
Inherited Members
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 |
---|---|
Async |
The error. |
Fields
Gets the fields.
Declaration
public PriceSubscriptionFields Fields { get; }
Property Value
Type | Description |
---|---|
Price |
The fields. |
SubscriptionStatus
Gets the status.
Declaration
public SubscriptionStatus SubscriptionStatus { get; }
Property Value
Type | Description |
---|---|
Subscription |
The status. |
UpdateDataType
Gets the type of the data that was updated.
Declaration
public UpdateDataType UpdateDataType { get; }
Property Value
Type | Description |
---|---|
Update |
The type of the update. |
UpdateType
Gets the type of the update.
Declaration
public UpdateType UpdateType { get; }
Property Value
Type | Description |
---|---|
Update |
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. |