Don Mendelson

Results 46 issues of Don Mendelson

I see in the API documentation that the remote endpoint function can take basic credentials as user name and password. If the endpoint is controlled by individual or group access...

Plugin configuration changed to support multiple instances of launcher. Also, field mainClass is added to the launcher. Example: ```xml xmldiff diff.merge io.fixprotocol.xml.XmlDiff xmlmerge diff.merge io.fixprotocol.xml.XmlMerge ``` This configuration adds these...

My project is an XML diff/merge utility so I need to have entry points for two methods. Currently, the plugin only supports a single launcher, but I found that jlink...

Although this was allowed in SBE v1.0, the current schema does not allow semanticType attribute on encoding types. This would be useful to map `` to a FIX datatype. For...

An SBE message schema should have a standardized way to tell about the artifact--who issued it, when it was published, any copyright or license information, and so on. Fortunately, there...

enhancement
resource

Monetary amounts and prices are mostly *exact decimal* numbers. It is well documented that monetary amounts are poorly represented by *binary* single- and double-precision floating-point numbers that programmers are familiar...

I am making this proposal to get feedback from the community... SBE version 1.0 is a FIX final technical standard (as well as a forthcoming ISO standard), and therefore cannot...

Imported Dublin Core metadata schema

Each FIX datatype is already mapped to a field encoding in SBE. To aid mapping to other protocols, each SBE encoding should also be mapped to a semantic type as...

documentation

The build specifies the main class to run in repository-validator module. It should be updated since the validator was split into a basic one that only checks schema conformance and...

bug