|
StreamLink.NET
8.0.8-8.0.8-2133-4672b96
|
Represents a subscription to a subject on the Liberator. More...
Public Member Functions | |
| void | SetContainerWindow (int start, int size) |
| If the subject type of this subscription is not a container then this method will throw an exception. More... | |
| void | Unsubscribe () |
| Unsubscribes to the subject on the Liberator. | |
Properties | |
| string | Subject [get] |
| Caplin.StreamLink.ISubscriptionListener | SubscriptionListener [get] |
Represents a subscription to a subject on the Liberator.
| void Caplin.StreamLink.ISubscription.SetContainerWindow | ( | int | start, |
| int | size | ||
| ) |
If the subject type of this subscription is not a container then this method will throw an exception.
Sets the container window for this subscription.
Note: A container element is referred to by its index within the container. The first element of a container has index 0 (zero).
| 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. |
|
get |
Returns the subject name to which the subscription relates (for example, /FX/EURUSD).
The subject of this subscription.
|
get |
Returns the ISubscriptionListener that is informed of all subscription events relating to this subscription.
The subscription listener.