The most recent content from our members.
Hi, Asking here based on Refinitiv Helpdesk's suggestion. I am looking at running RTC in the cloud. I have the cloud architecture guide document but it contains no details on how to configure the suggested cloud layout through Kubernetes. Is there a HELM chart or YAML file for support with cloud ? regards Graham
Dear developer community I would like to know how can I structure the websocket message sent using ats_insert_s service to create a new ric on a specific BU/container rather than the default one, as it can be done with rtcontribute function. MAny thanks for your assistance and help
Hi, i try to write a C# library for handle the "tr_json2" protokoll. Priviously I had writen a C++/cli-wrapper with Realtime C++ API (EMA) to implement a "MarketPrice -Modell" for substituting SFC-COM. Back to the problem. Realtime C++ API defines a payload at the message-class to handle additional/variant data. In the…
Hi team, could you please suggest some recipes in this case: The application is running on a container environment and the programming language is Java.
Hi all, From the RFA_DevelopersGuide: FieldList is a non-uniform container of field identifier-value paired entries known as a fieldEntry. A Field Identifier, also known as a fieldId (or FID), is a signed value refering to a specific name and information type defined by an external field dictionary, such as the…
The client is trying to connect to RTO AWS Private Link in AWS EKS container, the host and port to be accessed is ap-southeast-1-aws-1-lrg.optimized-pricing-api.refinitiv.net:14002 and added the DNS config via 'add-host' docker run command option. The creating of the VPC endpoint pointing to the VPC service followed the…
I programmatically set up OmmConsumerConfig and try to use it to connect to the server, but get errors (System errno: (10057) - Socket is not connected): loggerMsg TimeStamp: 16:36:09.056 ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel <Channel_name (same as…
I'm trying to test the code from example with a small addition (map.toString()): try { FieldList fieldList; Map map; fieldList.addUInt( 1, 64 ) .addReal( 6, 11, OmmReal::ExponentNeg2Enum ) .addDate( 16, 1999, 11, 7 ) .addTime( 18, 02, 03, 04, 005 ) .complete(); map.addKeyAscii( "entry_1", MapEntry::AddEnum, fieldList );…
I am new to JET. I have followed steps found in below links for HTML5 SDK >> Build your first app http://openeikon.azurewebsites.net/web-sdk/build-your-first-app-2/ Using the sample code found in "Step 2. Create", I encounter "No JET Container is found !" in Chrome console after loading the html file. [Env] Apache 2.0 Web…
It looks like you're new here. Sign in or register to get started.