StreamLink.NET  7.1.9-7.1.9-4091-d8dbb37
 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 Wed Oct 14 2020 16:09:08 for StreamLink.NET