简体   繁体   English

Fiximulator解析的FIX QuoteRequest

[英]FIX QuoteRequest parsed by Fiximulator

I'm sending a message to FIXimulator and it recieves it: 我正在向FIXimulator发送一条消息,它收到了: 收到的FIXimulator原始消息

But it seems Fiximulatro when parsing a RequestMeassage ommits group content (55=AMZN^38=100) : 但是在解析RequestMeassage时似乎Fiximulatro忽略了组内容(55 = AMZN ^ 38 = 100): FIXimulator解析的消息

As for some reason, server misses group content, that has been within the incoming mesage, it responds with Unsupported type message back. 由于某种原因,服务器错过了传入消息中包含的组内容,它以不支持的类型消息返回响应。 (obviously, if group is empty once parsed by FIXimulator) . (很明显,如果FIXimulator解析后组为空)。

It looks to me that the message that have been sent to server is correct. 在我看来,已发送到服务器的消息是正确的。 However, still there is some issue with the server not parsing it properly. 但是,服务器无法正确解析它仍然存在一些问题。

Any ideas and suggestions what is wrong with my FIX string=request or it is genue defect with FIXimulator? 任何想法和建议我的FIX string = request是什么问题,或者是FIXimulator的缺陷。

There does not seem to be any issue with your message, it is just that FIXimulator does not handle 35=R messages; 您的消息似乎没有任何问题,只是FIXimulator无法处理35 = R消息; this is why you are getting the "Unsupported type" error. 这就是为什么您会收到“不支持的类型”错误的原因。 Furthermore, although your message has been correctly processed by QuickFixJ, the "message details" window does not seem to properly handle repeating group, whence the missing tag 55 and 38. 此外,尽管QuickFixJ已正确处理您的消息,但是“消息详细信息”窗口似乎无法正确处理重复的分组,因此丢失了标签55和38。

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

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