<div dir="ltr">Hi all, <div><br></div><div>according to FIX client specification response Market Data Snapshot Full Refresh (MsgType = W) on Market Data Request includes a tag 6138 with format FLOAT. I have specified this field in FIX44.xml DataDictionary file as:</div><div><br></div><div>in fields section:</div><div><b><field number="6138" name="TickSize" type="FLOAT" /></b> <br></div><div><br></div><div>and in</div><div><message name="MarketDataSnapshotFullRefresh" msgtype="W" msgcat="app"> section<br></div><div><br></div><div><b><field name="TickSize" required="<span class="gmail-il">N</span>" /></b><br></div><div><b><br></b></div><div>When running test application together with response i receive an exception:</div><div>==Cracker exception==<br><span class="gmail-il">QuickFix</span>.UnsupportedMessageType: Exception of type '<span class="gmail-il">QuickFix</span>.UnsupportedMessageType' was thrown.<br>   at <span class="gmail-il">QuickFix</span>.MessageCracker.Crack(Message message, SessionID sessionID)<br>   at FixEngineClient.TradeClientApp.FromApp(Message message, SessionID sessionID) <br>   at <span class="gmail-il">QuickFix</span>.MessageCracker.Crack(Message message, SessionID sessionID)<br>   at FixEngineClient.TradeClientApp.FromApp(Message message, SessionID sessionID)</div><div><br></div><div>When i remove the tag from DataDictionary file i get following rejection message:</div><div><br></div><div><event> Message 3 Rejected: Tag not defined for this message type (Field=6138)</div><div><br></div><div>Is there any way to resolve this issue?</div><div><br></div><div>Many thanks.</div></div>