Class OptionsChainSubscription
An options subscription.
Implements
IDisposable
Inherited Members
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 OptionsChainSubscription : Subscription, IDisposable
Constructors
OptionsChainSubscription(MarketId, String, String, Decimal, Decimal, Dispatcher)
Declaration
public OptionsChainSubscription(MarketId mrkId, string product, string term, decimal startStrike, decimal endStrike, Dispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
MarketId | mrkId | |
String | product | |
String | term | |
Decimal | startStrike | |
Decimal | endStrike | |
Dispatcher | dispatcher |
Properties
Fields
Declaration
public OptionsChainSubscriptionFields Fields { get; }
Property Value
Type | Description |
---|---|
OptionsChainSubscriptionFields |
Methods
Start()
Starts this object.
Declaration
public override void Start()
Overrides
Exceptions
Type | Condition |
---|---|
Exception | Thrown when an exception error condition occurs. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()
Events
FieldsUpdated
Declaration
public event EventHandler<OptionsChainEventArgs> FieldsUpdated
Event Type
Type | Description |
---|---|
EventHandler<OptionsChainEventArgs> |
Implements
System.IDisposable