Closed Tzadiko closed 4 years ago
I am going to include this one but longer term either the CME should not reuse the names or the generator needs to figure out a way to rename based on type. Thanks again.
Cool, I emailed CME and got a generic response about how their committees spend months on these changes. Looks like this slipped through a meeting or two.
This is in reference to my previous pull request.
Commit ae3b376 fixed Quote Cancel, but Quote Cancel Ack is still broken. The generator is not generating the correct
NumProcessedEntries
field for Quote Cancel Ack.This field should be 4 bytes but it's borrowing Mass Quote Ack's 1 byte NumProcessedEntries.
This is a temporary fix.
QuoteCancelAck
<field name="NoProcessedEntries" id="9772" type="uInt32" description="Number of quotes successfully cancelled (if in response to a Quote Cancel message)" offset="333" semanticType="int"/>
MassQuoteAck
<field name="NoProcessedEntries" id="9772" type="uInt8" description="Number of quotes that have been accepted from the corresponding inbound message" offset="335" semanticType="int"/>