Recently we experienced that TR didn't create ric code which we requested.
Because of this Index price which we were contributing thru EMA api was not acknowledged by Reuters and we were getting below exception in our log file.
The reject message looks like:
AckMsg
streamId="5"
domain="MarketPrice Domain"
ackId="63"
nackCode="DeniedBySource"
text="RIC has been disabled"
AckMsgEnd
Below is the implementation for
above acknowledgement display.
public void onAckMsg(AckMsg ackMsg, OmmConsumerEvent
consumerEvent) {
System.out.println("----- Ack message ----");
System.out.println(ackMsg);
System.out.println("Continue posting..."+"from "+name_);
}
Above exception doesn't have ric code identifier for which price submission failed. Can you pl let us know how we
can capture ric code for which we are getting above exception? This is very important for us to know for which ric code price contribution failed.