Don Mendelson
Don Mendelson
There apparently was an error in creating the Orchestra 1.0 schema. There is an XML type for it, but it was not used: ```xml ``` Since "sort" only appears once...
@kleihan, your discussion suggests at least two cases: 1. Message elements (fields, components, groups) that have identical semantics but were assigned different tags due to the constraints of tag-value encoding....
Proposal: ```xml Names are from 1-64 characters. The XML processor will remove line feeds, carriage returns, tabs, leading and trailing spaces, and multiple spaces. Internal spaces are allowed by the...
It's not hard to substitute words for symbols in a formula like "times" for "*". I have found that the awkward part is how to describe nested message elements in...
Natural language processing is advancing very rapidly. However, new technologies require very large training databases, which seems highly unlikely for our specialized grammar.
@jimnup I agree that a dictionary and rule based approach is more appropriate, and Orchestra provides a dictionary of message, field, and code names as objects to operate on. What...
@kleihan, this proposal is not specific to FIX datatypes, but rather to any string-like attribute in the XML schema, e.g. name, abbrName, scenario, etc. Token is a subclass of string...
Many identifiers are already covered by proposal for changing Name_t issue #118. However, there are also XML types for abbreviated names and scenario names. I propose that they also use...
Apply to interfaces schema as well.
Here's something from the Orchestra repository sample file that uses unionDataType: ``` Specifies the anchor date when the cash settlement payment date is relative to an anchor date. See http://www.fixtradingcommunity.org/codelists#Relative_To_Date...