question

Upvotes
Accepted
3 1 1 4

what are the libraries to be included for OmmException to be used in our project?

elektronrefinitiv-realtimeelektron-sdkrrtema-apielektron-message-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
7.6k 15 6 9

@liyarthomas

For simplicity EMA applications may just include only Ema.h instead of listing individual header files. But if you still need to know individual header files, you can open Ema.h and find the list for OmmException class.

Below is the list I have copied from Ema.h.

#include "Access/Include/OmmException.h"
#include "Access/Include/OmmUnsupportedDomainTypeException.h"
#include "Access/Include/OmmInvalidConfigurationException.h"
#include "Access/Include/OmmInvalidHandleException.h"
#include "Access/Include/OmmInvalidUsageException.h"
#include "Access/Include/OmmInaccessibleLogFileException.h"
#include "Access/Include/OmmMemoryExhaustionException.h"
#include "Access/Include/OmmOutOfRangeException.h"
#include "Access/Include/OmmSystemException.h"

You can find sample project setup from our example such as 422__MarketPrice__ErrorClient, it locates under folder "<Elektron SDK Installation path>Ema\Examples\Training\Consumer\400_Series_Examples\".

icon clock
10 |1500

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

Click below to post an Idea Post Idea