Marketcetera Platform 0.2.1 coming soon

4 messages Options
Embed this post
Permalink
gm-mrktc

Marketcetera Platform 0.2.1 coming soon

Reply Threaded More More options
Print post
Permalink
Hello all,

We're gearing up for a release of version 0.2.1 of the Marketcetera Platform.  We just wanted to provide an opportunity for anyone to chime in with any last-minute bugfix requests.  So if you have a pet peeve or bug that's critical for you, please let us know.  You can post it here to one of the community mailing lists, or send it personally to myself or Toli, or, better yet, sign up for a Trac account, and let us know about it there ( trac.marketcetera.org).  While you're there, you can also see the list of bugs that we have already fixed for this release: ( http://trac.marketcetera.org/trac.fcgi/report/9).  Thanks!

graham


--
Marketcetera Trading Platform
download.run.trade.
www.marketcetera.org
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
robparrott

Re: [m-etc-dev] Marketcetera Platform 0.2.1 coming soon

Reply Threaded More More options
Print post
Permalink
What's the chance of FIX 4.[0-4] support being incorporated into this
release, at least in the oms code?

At this point I'm replacing fix42 to fix43 by hand to work with a
particular counterparty.

This may be too much for a dot release, however.

If you have preliminary code, I'd be interested in fleshing it out.

cheers,
rob


On 2/5/07, Graham Miller <[hidden email]> wrote:

> Hello all,
>
> We're gearing up for a release of version 0.2.1 of the Marketcetera
> Platform.  We just wanted to provide an opportunity for anyone to chime in
> with any last-minute bugfix requests.  So if you have a pet peeve or bug
> that's critical for you, please let us know.  You can post it here to one of
> the community mailing lists, or send it personally to myself or Toli, or,
> better yet, sign up for a Trac account, and let us know about it there (
> trac.marketcetera.org).  While you're there, you can also see the list of
> bugs that we have already fixed for this release: (
> http://trac.marketcetera.org/trac.fcgi/report/9).  Thanks!
>
> graham
>
>
> --
> Marketcetera Trading Platform
> download.run.trade.
> www.marketcetera.org
> _______________________________________________
> m-etc-dev mailing list
> [hidden email]
> http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev
>
>
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
toli

Re: [m-etc-dev] Marketcetera Platform 0.2.1 coming soon

Reply Threaded More More options
Print post
Permalink
Rob,

You are right, we won't have the time to squeeze the ability to use
other FIX[0-4] standards in the upcoming release, but it's a good
idea, and we'll try to concentrate on making that possible for the
next dot release.

Aside from replacing all the hard references to quickfix.fix42.*
package for ExecutionReports and other concrete messages, what else
are you finding that you need to do to port to FIX43?
We tried making the OMS as fix-version agnostic as possible, but
couldn't get away from hard references to concrete message classes -
we chose to have type safety instead of dealing with everything as a
generic quickfix.Message.

We'll submit an enhancement request with QuickfixJ itself to see if
it's possible to have a common translation layer for all the concrete
messages, and will try to include multi-version support in the next
release of the OMS.

thanks for the idea, i've created an RFE to reflect it:
http://trac.marketcetera.org/trac.fcgi/ticket/131


On 2/5/07, Robert Parrott <[hidden email]> wrote:

> What's the chance of FIX 4.[0-4] support being incorporated into this
> release, at least in the oms code?
>
> At this point I'm replacing fix42 to fix43 by hand to work with a
> particular counterparty.
>
> This may be too much for a dot release, however.
>
> If you have preliminary code, I'd be interested in fleshing it out.
>
> cheers,
> rob
> > --

--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users
gm-mrktc

Re: [m-etc-dev] Marketcetera Platform 0.2.1 coming soon

Reply Threaded More More options
Print post
Permalink
In reply to this post by robparrott
Some javascript/style in this post has been disabled (why?)
Rob,

This has been on our feature list for a while, but we will move it to the top of our priorities  We probably won't be able to get it into this dot release, but we will focus on making the OMS protocol-agnostic immediately after that release.  It should be fairly straightforward to refactor it to use the QuickFIX MessageFactories.  I think the only tricky part will be designing a slightly higher level factory object that will require the caller to know less about the differences between the versions.  For example, TransactTime is a required field in a FIX4.2 NewOrderSingle, but is not allowed in a FIX4.0 NewOrderSingle.  The "client" code of the message factory should probably be aware of as few of those differences as possible. If you have thoughts, we'd love to hear them.

graham


On 2/5/07, Robert Parrott <[hidden email]> wrote:
What's the chance of FIX 4.[0-4] support being incorporated into this
release, at least in the oms code?

At this point I'm replacing fix42 to fix43 by hand to work with a
particular counterparty.

This may be too much for a dot release, however.

If you have preliminary code, I'd be interested in fleshing it out.

cheers,
rob


On 2/5/07, Graham Miller <[hidden email]> wrote:

> Hello all,
>
> We're gearing up for a release of version 0.2.1 of the Marketcetera
> Platform.  We just wanted to provide an opportunity for anyone to chime in
> with any last-minute bugfix requests.  So if you have a pet peeve or bug
> that's critical for you, please let us know.  You can post it here to one of
> the community mailing lists, or send it personally to myself or Toli, or,
> better yet, sign up for a Trac account, and let us know about it there (
> trac.marketcetera.org ).  While you're there, you can also see the list of
> bugs that we have already fixed for this release: (
> http://trac.marketcetera.org/trac.fcgi/report/9).  Thanks!
>
> graham
>
>
> --
> Marketcetera Trading Platform
> download.run.trade.
> www.marketcetera.org
> _______________________________________________
> m-etc-dev mailing list
> [hidden email]
> http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-dev
>
>



--
Marketcetera Trading Platform
download.run.trade.
www.marketcetera.org
_______________________________________________
m-etc-users mailing list
[hidden email]
http://lists.marketcetera.org/cgi-bin/mailman/listinfo/m-etc-users