Class RequestForQuoteSubscription
A request for quote 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 RequestForQuoteSubscription : Subscription, IDisposable
Constructors
RequestForQuoteSubscription(Product, Dispatcher)
Creates by product.
Declaration
public RequestForQuoteSubscription(Product product, Dispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
Product | product | |
Dispatcher | dispatcher |
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
Update
Event queue for all listeners interested in Update events.
Declaration
public event EventHandler<RequestForQuoteEventArgs> Update
Event Type
Type | Description |
---|---|
EventHandler<RequestForQuoteEventArgs> |
Implements
System.IDisposable