StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Caplin.StreamLink.ISubscriptionParameters Interface Reference

The base interface for defining parameters that apply to Subscriptions. More...

Inheritance diagram for Caplin.StreamLink.ISubscriptionParameters:
Caplin.StreamLink.IFreeFormSubscriptionParameters Caplin.StreamLink.IJsonSubscriptionParameters Caplin.StreamLink.IRecordSubscriptionParameters Caplin.StreamLink.IContainerSubscriptionParameters

Detailed Description

The base interface for defining parameters that apply to Subscriptions.

When using parameters, use the relevant sub-interface, according to the subject type of the subscription. You create a SubscriptionParameters instance by using the createXXXParameters methods on the StreamLink object. After setting the parameter values you can pass them to the subscribe() or snapshot() methods on the StreamLink object.


Generated on Tue Mar 24 2020 11:57:50 for StreamLink.NET