Subscription Constructor (String, IListString, IListString) |
Creates a Subscription object with the specified security, fields
and options.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax public Subscription(
string security,
IList<string> fields,
IList<string> options
)
Public Sub New (
security As String,
fields As IList(Of String),
options As IList(Of String)
)
public:
Subscription(
String^ security,
IList<String^>^ fields,
IList<String^>^ options
)
new :
security : string *
fields : IList<string> *
options : IList<string> -> Subscription
Parameters
- security
- Type: SystemString
- fields
- Type: System.Collections.GenericIListString
- options
- Type: System.Collections.GenericIListString
Exceptions Exception | Condition |
---|
ArgumentException |
The input security or fields is null or empty.
|
See Also