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