Skip to content

FIXYL fails in generating New Messages based on complicated DD #50

@GrumpyRogerr

Description

@GrumpyRogerr

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions