How to send History request?

Hello all,

I am developing my own solution using the open source library Quickfix/J using FIX4.2 version.

Once I have logon, I am trying to send a history request (MsgType=‘UHR’) and I got several questions.

I have got a dictonary FIX4.2.xml in which there is not a History Request Message, should I add it? Cause since I send the history request I do not receive any execution report (I have implemented onMessage(ExecutionReport message, SessionID sessionID)) but I receive just News message.

Do you guess what I am doing wrong?

Ps: Upload messages logs.

Thank you in advance

A message type beginning with “U” indicates a user-defined message, not defined by the FIX standard. I suggest that you consult your counterparty for requirements and message layout.

Also, this forum is about the FIX standard. Questions about FIX implementations such as QuickFIX/J should be directed to product-specific forums.

Thank you so much for the clarification. I ´m going to move on to the product-specific forum.