When using the WebSocket consuming from RRTO, what are the possible values and meaning of the fields from Qos (Timeliness and Rate)? I wasn´t able to find in the documentation. For example, in an example of message received after requesting a RIC is the following: One question that I have is how the "Timeliness" from the…
Hi, Please advise how we can obtain the ''DEX'' RIC codes for Cboe EDGX Exchange.
Hello, I am trying to publish data to Elektron's websocket. Authorization token only lives for 10 minutes and when it expires, session is being closed. Before session expires I would like to start new session using refresh token. Once new session is ready my system would switch over to it and close previous session. With…
We are developing code for trade halt, but certain conditions rarely occur in the market. In order to test for particular conditions we want to change captured xml data , but dont know how to specify another source in ADS running on TREP server(like changing the rmds.cnf file). Right now 14002 port defaults to being used…
Currently, We have an existed RFA system. It is using Consumer and Provider communicate by OMM. So Can we use EMA Consumer (RTSDK) connecting to existed RFA Provider ?
If there is an option to automatically get the Watchlist which is allowed by USER ID? Can you give me a code example? Can the API give the RIC list available for the USER ID?
RTMD service I am trying to get LL2 ESZ1 real-time with the code I get one update and nothing else. For example to get quotas + trades ESZ1 with this code is not difficult, updates go quickly. Can you tell me what is wrong with the code for LL2? OmmConsumer…
How to get the Data-Time which is in the history files, but which is not present in real-time. real-time code OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*********")); consumer.registerClient(ReqMsg().serviceName("hEDD").domainType(MMT_MARKET_PRICE).name("ESZ1m"), client) sleep(1200000);…
RTMD service I get real time with the code OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*********")); consumer.registerClient(ReqMsg().serviceName("hEDD").domainType(MMT_MARKET_PRICE).name("ESZ1m"), client) sleep(1200000); data in this format UpdateMsgEnd UpdateMsg streamId="5"…
RTMD service OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*********")); consumer.registerClient(ReqMsg().serviceName("hEDD").domainType(MMT_MARKET_PRICE).name("ESZ1m"), client) sleep(1200000); I get the following updates: UpdateMsg streamId="5" domain="MarketPrice Domain" updateTypeNum="0"…
It looks like you're new here. Sign in or register to get started.