Custom side application (initiator)

3 messages Options
Embed this post
Permalink
emreozen

Custom side application (initiator)

Reply Threaded More More options
Print post
Permalink
I am trying to build a buy side initiator application using quickfixj.

it is supposed to connect, get market data and send orders.

I looked at Banzai, but it is too complicated for me.

Is there a simple guide, step by step on how to do this?

I would really appreciate any help.

Thanks,
toli

Re: Custom side application (initiator)

Reply Threaded More More options
Print post
Permalink
QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
QuickFIX/J Support: http://www.quickfixj.org/support/


Hi,

Banzai is about as easy as it gets to see how to initiate a FIX
connection. Ignore all the GUI-related code, and concentrate on the
quickfix.Application subclass implementation.

Look at http://www.quickfixj.org/quickfixj/usermanual/usage/application.html
for a quick intro on all the methods in quickfix.Application, and rest
of the docs at http://www.quickfixj.org/quickfixj/usermanual/ if you
haven't done that yet.

Banzai only does QFJ connectivity, there is no market data in that application.

If you want something that does both, feel free to look at the
Markecetera Platform - it's an open source platform for automated
trading systems, built on top of QFJ. It does your usual order
sending, and there's an example of a FIX-based market data
subscription/parsing feed as well.

http://www.marketcetera.org



On Tue, Sep 29, 2009 at 6:26 PM, emreozen <[hidden email]> wrote:

> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
> QuickFIX/J Support: http://www.quickfixj.org/support/
>
>
>
> I am trying to build a buy side initiator application using quickfixj.
>
> it is supposed to connect, get market data and send orders.
>
> I looked at Banzai, but it is too complicated for me.
>
> Is there a simple guide, step by step on how to do this?
>
> I would really appreciate any help.
>
> Thanks,
> --
> View this message in context: http://n2.nabble.com/Custom-side-application-initiator-tp3740077p3740077.html
> Sent from the QuickFIX/J mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Quickfixj-users mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quickfixj-users
>



--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Quickfixj-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quickfixj-users
emreozen

Re: Custom side application (initiator)

Reply Threaded More More options
Print post
Permalink
Thank you this was really helpful.


toli wrote:
QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
QuickFIX/J Support: http://www.quickfixj.org/support/


Hi,

Banzai is about as easy as it gets to see how to initiate a FIX
connection. Ignore all the GUI-related code, and concentrate on the
quickfix.Application subclass implementation.

Look at http://www.quickfixj.org/quickfixj/usermanual/usage/application.html
for a quick intro on all the methods in quickfix.Application, and rest
of the docs at http://www.quickfixj.org/quickfixj/usermanual/ if you
haven't done that yet.

Banzai only does QFJ connectivity, there is no market data in that application.

If you want something that does both, feel free to look at the
Markecetera Platform - it's an open source platform for automated
trading systems, built on top of QFJ. It does your usual order
sending, and there's an example of a FIX-based market data
subscription/parsing feed as well.

http://www.marketcetera.org



On Tue, Sep 29, 2009 at 6:26 PM, emreozen <emreozen1986@gmail.com> wrote:
> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
> QuickFIX/J Support: http://www.quickfixj.org/support/
>
>
>
> I am trying to build a buy side initiator application using quickfixj.
>
> it is supposed to connect, get market data and send orders.
>
> I looked at Banzai, but it is too complicated for me.
>
> Is there a simple guide, step by step on how to do this?
>
> I would really appreciate any help.
>
> Thanks,
> --
> View this message in context: http://n2.nabble.com/Custom-side-application-initiator-tp3740077p3740077.html
> Sent from the QuickFIX/J mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Quickfixj-users mailing list
> Quickfixj-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/quickfixj-users
>



--
Toli Kuznets
http://www.marketcetera.com: Open-Source Trading Platform
download.run.trade.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Quickfixj-users mailing list
Quickfixj-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quickfixj-users