FIXTradingCommunity/fix-simple-binary-encoding

I can't access "data" part of Var-Len Data.

chtrading opened this issue · 1 comments

I have the following composite type:


image


The header generated was:


var.log


The problem is: I can't access data part! I can access only length.

The documentation says:


image


But I can not see any function member like this.

If I search "m_offset + " in the header, I can see only this:


image


EDIT:
Of course, i could access buffer pointer and add +2 (uint16 from length). But this wouldn't be elegant.

This project is for the Simple Binary Encoding standard. There is nothing in the standard that would prevent access to variable length data. Your question is specific to an implementation of SBE and should be addressed to implementers.