Hi,
I use Electron SDK 1.2.0 (C++)
I subscribe on each symbol and wait for 'thomsonreuters::ema::access::Payload' object
I get bid price from field #22 and ask price from field #25
Usually both these fields contain non-zero prices. But for EU shares field #22 or field #25 is zero
EU shares are, for example, #SRG and #EOAN symbols
Is it expected? May be I can subscribe on the same symbols with different names and avoid such issue?
Thank you