mkudukin
mkudukin
In Orchestra XSD version 1.1-RC2, we identified a problem with how repeating group references behave. According to the specification, a group reference should inherit the minimum (`implMinOccurs`) and maximum (`implMaxOccurs`)...
This PR updates repository schema based on [the discussion](https://github.com/FIXTradingCommunity/fix-orchestra/discussions/199), and adds example file. Resolves #211.
The proposal is to add ability to define the null value for a mapped data type as discussed in https://github.com/FIXTradingCommunity/fix-orchestra/discussions/197. ### Issue Many binary protocols are fixed-length, meaning every field...
The proposal is to add support for selective scenario inheritance as discussed in https://github.com/FIXTradingCommunity/fix-orchestra/discussions/199. > This enables a scenario to inherit the structure and attributes of another, modify the structure...
The proposal is to add ability to define the byte order (endianness) as discussed in https://github.com/FIXTradingCommunity/fix-orchestra/discussions/197. ### Issue Binary protocols may choose either big-endian or little-endian byte order for specific...
The proposal is to add ability to define null-termination mode and padding characters for alphanumeric datatypes as discussed in https://github.com/FIXTradingCommunity/fix-orchestra/discussions/197. The only change here is that we use code points...
The proposal is to add ability to associate presence map field to the components and groups as discussed in https://github.com/FIXTradingCommunity/fix-orchestra/discussions/197. ### Issue Some protocols like HKEX OCG have a feature...