Contains the options which the user can specify when registering a
service.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ServiceRegistrationOptions
Public Class ServiceRegistrationOptions
public ref class ServiceRegistrationOptions
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
ServiceRegistrationOptions()()()() | Constructs a ServiceRegistrationOptions with well defined
defaults for various options. Currently the following defaults are
applied.
| |
AddActiveSubServiceCodeRange(Int32, Int32, Int32) |
Advertises the service to be registered to receive, with the
specified 'priority', subscriptions that the resolver has mapped to
a service code between the specified 'begin' and the specified
'end' values, inclusive. The behavior of this function is undefined
unless '0 <= begin <= end < (1 << 24)', and
'priority' is non-negative.
| |
GroupId |
Gets or sets Group ID for the service to be registered.
| |
PartsToRegister |
Gets or sets he parts of the service to be registered. See
RegistrationParts, above for additional details.
| |
ServicePriority |
Gets or sets the non-negative priority for a service.
|
Remarks
To use non-default options to registerService, create an instance and
set the required options and then supply it when using the
RegisterService interface.
Inheritance Hierarchy
Object | |
ServiceRegistrationOptions |
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1