FIXatdl

3 messages Options
Embed this post
Permalink
Danilo Tuler

FIXatdl

Reply Threaded More More options
Print post
Permalink
Hi,

I follow marketcetera work for a long time, congratulations.
Now I'm studying FIXatdl. I see you developed a fix atdl xml validation tool, nice.

I'm generating jars from the xsd's using xmlbeans. I wonder if you have already done that.
Thanks,
Danilo
gm-mrktc

Re: FIXatdl

Reply Threaded More More options
Print post
Permalink
Danilo,
We haven't worked with xmlbeans over here.  I would be interested to hear how it compares with JAXB, which looks pretty similar. Currently, we have gone so far as to build our order tickets using an XML description language.  The next step for us would be building a simple "compiler" for FIXatdl to convert the documents to a format consumed by our platform.  What are you using atdl for?  The guys in the automated trading group at the FIX protocol organization are always interested to hear...

graham


On Sat, Aug 9, 2008 at 7:26 AM, Danilo Tuler <[hidden email]> wrote:

Hi,

I follow marketcetera work for a long time, congratulations.
Now I'm studying FIXatdl. I see you developed a fix atdl xml validation
tool, nice.

I'm generating jars from the xsd's using xmlbeans. I wonder if you have
already done that.
Thanks,
Danilo

--
View this message in context: http://n2.nabble.com/FIXatdl-tp682897p682897.html
Sent from the m-etc-users mailing list archive at Nabble.com.

_______________________________________________
_______________________________________________
Marketcetera Users mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users or send an email to [hidden email].



--
Marketcetera Trading Platform
download.run.trade.
www.marketcetera.org

_______________________________________________
_______________________________________________
Marketcetera Users mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users or send an email to [hidden email].
Danilo Tuler

Re: FIXatdl

Reply Threaded More More options
Print post
Permalink
Hi Graham,

> I would be interested to hear how it compares with JAXB, which looks pretty similar.

They are very similar indeed.
I have worked with both in the past, and I have no personal preference.
XmlBeans is a very mature technology, BEA donated it to Apache, and
it's been actively maintained.
I read more than a year ago people saying XmlBeans outperformed JAXB,
but performance is not so critical in our use, because parsing is
usually made at initialization time.
Both have maven 2 plugins, so it's very easy to use. I'll give JAXB a try later.

> What are you using atdl for?

- first we use it to describe our algos;
- then we parse it to dynamically configure our algo engine (basically
to support tag value changes);
- we started an effort yesterday to develop an UI builder for SWT. Our
trading application is an Eclipse RCP and EclipseTrader based
application. Maybe this would interest Marketcetera for Photon, and we
could join efforts.

Best regards,
Danilo
_______________________________________________
_______________________________________________
Marketcetera Users mailing list
Marketcetera Documentation: http://trac.marketcetera.org
To unsubscribe, go to
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users or send an email to [hidden email].