Hi, in the Examples for this SDK, Non Interactive Provider, is there a way to override the default publisher serviceName of NI_PUB? This is hard coded several places in the SDK. Thanks, Bill C.
Hello @billy.w.cunningham
By default, the API always sends a Source Directory Service refresh message to ADH with a service name “NI_PUB”. There are three choices to configure the Source Directory refresh message based on your application requirement and implementation logic.
For your reference, please see more detail in the following resources:
Hello @billy.w.cunningham,
Yes, one can replace the hard-coded serviceName NI_PUB, with the service name that is required, in code.
However, the provider example connects to ADH infrastructure component. ADH is usually not on the localhost, ADH should have the service configured, and user should be permissioned to run it. Running this example requires coordinating with one's market data group or infrastructure team, to be able to connect according to one's infrastructure setup.