StreamLink.NET
8.0.3-8.0.3-1239-180a512
|
Represents a subscription to a subject on the Liberator. More...
Public Member Functions | |
void | SetContainerWindow (int start, int size) |
Sets the container window for this subscription. More... | |
void | Unsubscribe () |
Unsubscribes to the subject on the Liberator. More... | |
Properties | |
string | Subject [get] |
Returns the subject name to which the subscription relates (for example, /FX/EURUSD). More... | |
Caplin.StreamLink.ISubscriptionListener | SubscriptionListener [get] |
Returns the ISubscriptionListener that is informed of all More... | |
Represents a subscription to a subject on the Liberator.
void Caplin.StreamLink.ISubscription.SetContainerWindow | ( | int | start, |
int | size | ||
) |
Sets the container window for this subscription.
start | The index of the container element that is at the start of the container window. |
size | The number of elements in the container window. |
void Caplin.StreamLink.ISubscription.Unsubscribe | ( | ) |
Unsubscribes to the subject on the Liberator.
|
get |
Returns the subject name to which the subscription relates (for example, /FX/EURUSD).
|
get |
Returns the ISubscriptionListener that is informed of all
** subscription events relating to this subscription.