简体   繁体   中英

How to send a fix recovery request (U2) using the quickfixn library?

As mentioned here:

https://library.tradingtechnologies.com/tt-fix/recovery/Msg_RecoveryRequest_U2.html

Not able to find a Recovery Request message (U2) type that this library supports, however, in FIX44.xml there is this message type:

<message name="OutOfBandRecoveryRequest" msgcat="app" msgtype="U2">
    <field name="StartDate" required="Y" />
    <field name="EndDate" required="Y" />
    <field name="SecurityExchange" required="N" />
    <field name="ExDestination" required="N" />
</message>

How can I build a recovery request to send using quickfixn?

Probably what you need is the last example of this page: http://quickfixn.org/tutorial/sending-messages.html

You will see the sample fills field by field (including the message type).

You can send and receive messages working with the "generic" types.

从头开始创建消息

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM