| SessionOptionsDefaultTopicPrefix Property |
Gets or sets the default topic prefix.
The default is "ticker/"
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntaxpublic string DefaultTopicPrefix { get; set; }Public Property DefaultTopicPrefix As String
Get
Set
public:
property String^ DefaultTopicPrefix {
String^ get ();
void set (String^ value);
}member DefaultTopicPrefix : string with get, set
Property Value
Type:
String
See Also