The most recent content from our members.
I can connect to Real Time Optimized by entering the machine ID, password and AppKey into the speed guide application. But I cannot connect via the spring boot project. It gives the error below. "Failed to get endpoints:failed to submit authorization request, exception = Connect to api.refinitiv.com:443…
Hi All, I have taken Consumer.java (450-series) from examples and then added that file in our spring boot application. Integrating to ERT this way, Is this correct approach?
Java创建consumer对象,回调onRefreshMsg方法,数据如何落地 这里操作onRefreshMsg回调方法不能注入,使用@Autowired后此接口不会被回调 class AppClient implements OmmConsumerClient { public void onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) { System.out.println(refreshMsg); } public void onUpdateMsg(UpdateMsg updateMsg, OmmConsumerEvent event) {…
...ring data I have search a lot on internet but could not find any sample code for how to apply aggregate function on redis data? like I want to sort( by Ascending or Descending order) or group by(means separate 2.5gpa holders and separate 2.8gpa holders group by) data on the basis of (gpa- field) in spring-Data-Redis. so…
I am developing a Java program that will receive the price feeds from NASDAQ. As I found in the documentation NASDAQ broadcasts the price feed as UDP messages. Is there an API for getting the price feed from NASDAQ or listening to UDP messages is the only way? Can anyone suggest how to develop this client?
...ng Spring 3.1.2 After updating some Cobalt code from Spring 3.0.7 to Spring 3.1.2, the DispatcherServlet is now requiring a default constructor for some classes in the Cobalt app. Without posting the code, here is a general summary ... The Spring configuration, the DispatcherServlet, and the bean post-processing have…
Hello, What, if any, is the relationship between WLNSearch's Spring config and CobaltPlatformSearch's Spring config? I see things (such as some result types) defined in both places, but I'm not sure which one would actually be used when deployed. Do WLNSearch Spring config files overwrite PlatformSearch's Spring config…
It looks like you're new here. Sign in or register to get started.