You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a FAST decoder for Bovespa but it looks like I am missing
something basic.
The template:
<string name="SecurityExchange" id="207"><constant value="BVMF"/></string>
<sequence name="ApplIDs">
<length name="NoApplIDs" id="1351"/>
<string name="ApplID" id="1180"/>
<sequence name="FeedTypes" presence="optional">
<length name="NoMDFeedTypes" id="1141"/>
<string name="MDFeedType" id="1022"/>
<uInt32 name="MarketDepth" id="264"/>
</sequence>
</sequence>
The problem:
I read NoApplIDs fine then I start the sequence and assume that for each entry
there MUST be a PMap. But I don't find the PMap after NoApplIDs. What I find
instead is the String value for ApplID.
Is it possible for the entry of a sequence NOT to have a PMap? If that's the
case (weird) how can I tell if the sequence entry has a PMap or not?
Thanks!
-Rebecca
Original issue reported on code.google.com by [email protected] on 25 Sep 2014 at 12:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Sep 2014 at 12:28The text was updated successfully, but these errors were encountered: