Hanno Klein
Hanno Klein
> Oh, I checked only the Markdown version, [here](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v2-0-RC3/doc/04MessageSchema.md#message-element-attributes) it still says `unsingedInt`. In the XSD it's `nonNegativeInteger` as you said. What do you think about offset type? @OleksandrKvl, thanks...
The purpose of TZTimeOnly is to have a timestamp with time zone information. You are looking for a timestamp without such information (and declare that as local time in the...
If the main issue is to use standard meta-data for the description of legacy protocols, I suggest to take a look at [Orchestra](https://www.fixtrading.org/standards/fix-orchestra/) first. An additional attribute providing further detail...
@hrstoyanov, your request is well understood but I do not think it is in the interest of the SBE standard to support such a capability. The objective and purpose of...
A general comment: SBE was intended to be primarily a binary, fixed-length encoding for high performance. Using repeating groups should be an exception and is a trade-off between bandwidth consumption...
Just to confirm, does the category element already have this capability? The newer categories like PartiesAction have some text: ``` The PartiesAction category of messages is a set of messages...
The online normative spec has text for categories that is not in Orchestra yet and vice versa (the above for PartiesAction is not available online). We can use the Orchestra...
StandardHeader is also used together with FIXML, albeit in a limited fashion (sender/target/versioning).
The sort attribute is currently not described in the Technical Specification of Orchestra V1.0. Hence no need to make any changes for the imminent promotion of V1.0 to Technical Standard...
I support the change to nonNegativeInteger v1.1. The error does go back to unified repository that also did not use Sort_t even though it was available: `` I suggest to...