简体   繁体   English

如何使用 quickfixn 库发送修复恢复请求 (U2)?

[英]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 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:无法找到此库支持的恢复请求消息 (U2) 类型,但是,在 FIX44.xml 中有以下消息类型:

<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?如何构建恢复请求以使用 quickfixn 发送?

Probably what you need is the last example of this page: http://quickfixn.org/tutorial/sending-messages.html您可能需要的是此页面的最后一个示例: 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.您可以使用“通用”类型发送和接收消息。

从头开始创建消息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Quickfixn Fix 4.2如何在同一会话中向不同的TargetCompID发送和接收消息 - Quickfixn Fix 4.2 How to Send & Receive messages to different TargetCompID in same session 使用 QuickFIXN 的 FIX 客户端拒绝来自服务器的报价取消消息 - 缺少所需的标签 295 NoQuoteEntries - FIX 4.2 - FIX client using QuickFIXN rejecting Quote Cancel messages from server - required tag missing 295 NoQuoteEntries - FIX 4.2 FIX:如何使用FIX发送消息,quickfixj - FIX:How to send ,messages using FIX ,quickfixj 我们如何使用Quickfixj使用FIX协议发送报告 - How do we send a report using FIX protocol using Quickfixj QuickFixN:如何在 QuoteRequest 消息上按特定顺序设置字段? - QuickFixN: How to set fields in a specific sequence on a QuoteRequest message? FIX 协议中的消息恢复 - Message recovery in FIX protocol Quickfix或Quickfix / n,通过哪种消息类型可以识别自定义U1,U2,…,Un消息? - Quickfix or Quickfix/n, through which message type are custom U1, U2,…,Un messages identified? Quickfixn-FIXT1.1 和 FIX5.0 版本 MarketDataSnapshotFullRefresh 360T “标签出现不止一次” - Quickfixn-FIXT1.1 And FIX5.0 Version MarketDataSnapshotFullRefresh 360T “Tag appears more than once” 如何请求重播已收到的修复消息 - How to request a replay of an already received fix message 在QuickFIXn上重置序列号 - Resetting Sequence Numbers on QuickFIXn
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM