| Subscription Constructor (String, Boolean) |
Note: This API is now obsolete.
Deprecated since 3.25.2. Usage of pre-resolved topics is no longer supported.
use
Subscription(String) instead.
Creates a Subscription object with the specified
subscriptionString, and the specified
isResolved flag
and an internally generated CorrelationID . The
isResolved flag
is now deprecated. Setting this flag to 'true' would not prevent the normal
resolution process.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax[ObsoleteAttribute("Deprecated since 3.25.2. Use Subscription(string) instead")]
public Subscription(
string subscriptionString,
bool isResolved
)<ObsoleteAttribute("Deprecated since 3.25.2. Use Subscription(string) instead")>
Public Sub New (
subscriptionString As String,
isResolved As Boolean
)public:
[ObsoleteAttribute(L"Deprecated since 3.25.2. Use Subscription(string) instead")]
Subscription(
String^ subscriptionString,
bool isResolved
)
[<ObsoleteAttribute("Deprecated since 3.25.2. Use Subscription(string) instead")>]
new :
subscriptionString : string *
isResolved : bool -> SubscriptionParameters
- subscriptionString
- Type: SystemString
string representing the data to be subscribed
- isResolved
- Type: SystemBoolean
whether the resolution phase can be skipped because the
subscriptionString contains a pre-resolved topic
See Also