Class OptionsChainEventArgs
Additional information for fields updated events.
Inheritance
Object
EventArgs
OptionsChainEventArgs
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 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. |
Overrides
System.Object.ToString()