Class OptionsChainEventArgs
Additional information for fields updated events.
Inherited Members
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class OptionsChainEventArgs : EventArgs
Properties
Error
Gets the error.
Declaration
public AsyncOperationError Error { get; }
Property Value
Type | Description |
---|---|
AsyncOperationError | The error. |
Fields
Gets the fields.
Declaration
public OptionsChainSubscriptionFields Fields { get; }
Property Value
Type | Description |
---|---|
OptionsChainSubscriptionFields | The fields. |
SubscriptionStatus
Gets the status.
Declaration
public SubscriptionStatus SubscriptionStatus { get; }
Property Value
Type | Description |
---|---|
SubscriptionStatus | The status. |
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. |