-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When FIXYL is using a Data Dictionary which have "nested" groups and components in more than 2 "nested" groups, it fails to build the message and it crashes.
Sent message is not showing on the "Message Stream" and FIX Session crashes. FIXYL needs to be "Force restarted"
Example DD snippet:
<message name='QuoteRequest' msgtype='R' msgcat='app'>
<field name='TransactTime' required='Y' />
<field name='QuoteReqID' required='Y' />
<group name='NoRelatedSym' required='Y'>
<component name='ComponentBlock' required='Y' />
</group>
<field name='TotNoOrders' required='N' />
</message>
"ComponentBlock" contains multiple "fields" other "component blocks" and "groups". Inside of a one "group" you will have another "group" which contains fields and more "groups"
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working