Click or drag to resize
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.13.2.1
Syntax
public Subscription(
	string security,
	IList<string> fields,
	IList<string> options
)

Parameters

security
Type: SystemString
fields
Type: System.Collections.GenericIListString
options
Type: System.Collections.GenericIListString
Exceptions
ExceptionCondition
ArgumentException The input security or fields is null or empty.
See Also