FIXTradingCommunity / fix-simple-binary-encoding

A FIX standard for binary message encoding
Other
263 stars 69 forks source link

Alignment of var data and repeating groups #65 #67

Closed donmendelson closed 6 years ago

mjpt777 commented 6 years ago

For alignment on individual fields we could simply go with the size of the type like C does, if offset is not provided. Alignment could be default like at present, auto on type size, and offset for fields. The real challenge is for groups and var data so that their num in group and length members are correctly aligned.