For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
89 13 21 24

ESM1 dump, update


RIC: ESM1 - we have CME licensing and are subscribed to Refinitiv Real-Time Managed Distribution, but we will connect in May.

please make a 1 minute dump!!!!!!! of this code on this RIC

or

data on 3-4 updates messages.

please help me!

code

int main(int argc, char* argv[])
{
    EmaString configFile;
    if (argc == 2)
        configFile = argv[1];
 
    try {
        AppClient client;
        OmmConsumer consumer(OmmConsumerConfig(configFile).
            username("MY_USERNAME").
            password("MY_PASSWORD").
            clientId("MY_CLIENT_ID").
            consumerName("Consumer_4"));
        UInt64 handle = consumer.registerClient( ReqMsg().domainType( MMT_MARKET_MAKER ).serviceName( "ELEKTRON_DD" ).name( "ESM1" ), client );
sleep( 60000 );                
    }
    catch ( const OmmException& excp ) {
        cout << excp << endl;
    }
    return 0;
}


elektronrefinitiv-realtimeelektron-sdk
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
Accepted
25.3k 87 12 25

Hi @s61670

I can only request MarketPrice and MarketByPrice for ESM1 - but the MarketByOrder and MarketMaker domains are not recognised for ESM1 - Status 'record could not be found'. This error message usually indicates this combination of Domain and RIC is not supported.

However, if you have advised otherwise by your Refinitiv Account team - you can check with our Content Helpdesk to confirm if we offer ESM1 MarketMaker domain OR if you can access limited Market Maker data using some other MarketPrice RIC?




icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
89 13 21 24

MT_MARKET_MAKER

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.