Imported from previous forum
Hi All, I have a elementary question, but I do not found answer in FIXML spec. How Can I create mapping between FIXXML and FIX using message type? For example: I need to know the some schema elements for convert fix message “C” (Email), Where should I to find this data?
Take a look at FIXimate at
http://fixprotocol.org/FIXimate3.0/
Select the FIX version from the drop down list and enter the Message Type. In the right main frame, 2nd column is FIX Field name and 3rd column is FIXML name. For Email ^35=C^ in FIX.4.4
http://fixprotocol.org/FIXimate3.0/en/FIX.4.4/body_495167.html
Hi All, I have a elementary question, but I do not found answer in FIXML
spec. How Can I create mapping between FIXXML and FIX using message
type? For example: I need to know the some schema elements for convert
fix message “C” (Email), Where should I to find this data?
Take a look at FIXimate at
http://fixprotocol.org/FIXimate3.0/
Select the FIX version from the drop down list and enter the Message
Type. In the right main frame, 2nd column is FIX Field name and 3rd
column is FIXML name. For Email ^35=C^ in FIX.4.4http://fixprotocol.org/FIXimate3.0/en/FIX.4.4/body_495167.html
Hi All, I have a elementary question, but I do not found answer in
FIXML spec. How Can I create mapping between FIXXML and FIX using
message type? For example: I need to know the some schema elements for
convert fix message “C” (Email), Where should I to find this data?
I need found this information, in runtime mode, during transform FIXXML to FIX and other way.
In
http://fixprotocol.org/specifications/fix4.4fixml
there is a “FIXML abbreviations for field names” with URL
http://fixprotocol.org/documents/752/
The above is a .zip file. When unzipped, it contains a fixml-fields-base-4-4.xsd which contains XML block for each field which contain the attributes StdAbbrev and QualifiedAbbrev
Take a look at FIXimate at
http://fixprotocol.org/FIXimate3.0/
Select the FIX version from the drop down list and enter the Message
Type. In the right main frame, 2nd column is FIX Field name and 3rd
column is FIXML name. For Email ^35=C^ in FIX.4.4http://fixprotocol.org/FIXimate3.0/en/FIX.4.4/body_495167.html
Hi All, I have a elementary question, but I do not found answer
in FIXML spec. How Can I create mapping between FIXXML and FIX
using message type? For example: I need to know the some schema
elements for convert fix message “C” (Email), Where should I to
find this data?I need found this information, in runtime mode, during transform FIXXML
to FIX and other way.