Click or drag to resize
Subscription Constructor (String, IListString, IListString, CorrelationID)
Initializes a new instance of the Subscription class

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,
	CorrelationID correlationID
)

Parameters

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