UML of FIX

Imported from previous forum

I read that in January no UML model of FIXML was implemented.
Today has been implemented an UML modelization of FIX?

Not yet. We welcome participation and contribution to such efforts, though.

> I read that in January no UML model of FIXML was implemented.
> Today has been implemented an UML modelization of FIX?
>

I can suggest a quick way of doing this :-

  1. Use Castor (www.castor.org) to generate the java source files from the FIXML schema.
  2. Use some UML reverse engineering wizard (Rational) to generate the Class diagrams from the java generated from step 1.

I have already generated the source files and use them when processing FIX message. I dont have a good UML reverser otherwise I’d give it a go!

Regards, Azam.

> Not yet. We welcome participation and contribution to such efforts, though.
>
> > I read that in January no UML model of FIXML was implemented.
> > Today has been implemented an UML modelization of FIX?
> >
>