Subscription Class |
Namespace: Bloomberglp.Blpapi
The Subscription type exposes the following members.
Name | Description | |
---|---|---|
Subscription(String) | Initializes a new instance of the Subscription class | |
Subscription(String, CorrelationID) | Initializes a new instance of the Subscription class | |
Subscription(String, Boolean) |
Creates a Subscription object with the specified
subscriptionString, and the specified isResolved flag
and an internally generated CorrelationID . If the
isResolved is set to true, the
subscriptionString is assumed to be a fully-resolved topic
string. Note that even if isResolved flag is true, it is
still at the discretion of each function operating on
Subscription to perform resolution (again) on this topic or
not.
| |
Subscription(String, IListString) | Initializes a new instance of the Subscription class | |
Subscription(String, String) |
Creates a Subscription object with the specified security and
fields with no options and an internally generated CorrelationID.
| |
Subscription(String, CorrelationID, Boolean) |
Creates a Subscription object with the specified
subscriptionString, the specified correlationID for
correlation, and the specified isResolved flag. If the
isResolved is set to true, the
subscriptionString is assumed to be a fully-resolved topic
string. Note that even if isResolved flag is true, it is
still at the discretion of each function operating on
Subscription to perform resolution (again) on this topic or
not.
| |
Subscription(String, IListString, CorrelationID) | Initializes a new instance of the Subscription class | |
Subscription(String, IListString, IListString) | Initializes a new instance of the Subscription class | |
Subscription(String, String, CorrelationID) |
Creates a Subscription object with the specified security and
fields with no options and the specified correlationId.
| |
Subscription(String, String, String) |
Creates a Subscription object with the specified security, fields
and options and an internally generated CorrelationID.
| |
Subscription(String, IListString, IListString, CorrelationID) | Initializes a new instance of the Subscription class | |
Subscription(String, String, String, CorrelationID) |
Creates a Subscription object with the specified security, fields,
options and correlationId.
|
Name | Description | |
---|---|---|
CorrelationID | ||
IsResolved |
Returns true if the object was created with the
isResolved flag set for the topic string, otherwise returns
false.
| |
SubscriptionStatus | ||
SubscriptionString |
Name | Description | |
---|---|---|
ToString | (Overrides ObjectToString.) |