OMMMsg 这个API如何获取路透发送的原报文?应该通过哪个方法查看?

OMMMsg 这个API如何获取路透发送的原报文?应该通过哪个方法查看?

Find more posts tagged with

Sort by:
1 - 1 of 11

    @235601

    Thank you for reaching out to us.

    OMMMsg is an interface class in the RFA package. This interface contains set of accessor methods, used to set and get message data elements, and utility methods.

    If you would like to retrive the raw unencoded data, you can use the getBytes method which returns the encoded message as a byte array.

    For more information, please refer to the RFA reference guide in the RFA package.