Show / Hide Table of Contents

Class RequestForQuoteSubscription

A request for quote subscription.

Inheritance
object
UserEventHandler
Subscription
RequestForQuoteSubscription
Implements
IDisposable
Inherited Members
Subscription.Tag
Subscription.Dispatcher
Subscription.Dispose()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
Subscription.Start()
Exceptions
Type Condition
Exception

Thrown when an exception error condition occurs.

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
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

IDisposable
In this article
Back to top