Subscription Constructor (String, String, String) |
Creates a Subscription object with the specified security, fields
and options and an internally generated
CorrelationID.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public Subscription(
string security,
string fields,
string options
)
Public Sub New (
security As String,
fields As String,
options As String
)
public:
Subscription(
String^ security,
String^ fields,
String^ options
)
new :
security : string *
fields : string *
options : string -> Subscription
Parameters
- security
- Type: SystemString
- fields
- Type: SystemString
- options
- Type: SystemString
See Also