Thread: [Quickfix-users] RUBY users?
Brought to you by:
orenmnero
From: <jj...@sf...> - 2007-07-19 21:07:10
|
Hi, I'm a third year finance student, I discovered FIX protocol from MB Trading while looking to fool around with their API to translate my automated trading system. I've read the entire document, and apparently Ruby/Python doesn't support the "Most Safe...DO THIS!" methods. Will these safe methods be supported in the future? Also, I'm running windows, will I face any problem using the Ruby FIX API ? Are there any others who are going the Ruby route? Cheers, John. |
From: Alex M. <ale...@gm...> - 2007-07-19 22:39:49
|
John, what Ruby Fix API are you talking about? Quickfix Ruby API? What documentation are you talking about that you read? Thanks. Cheers, alex On 7/19/07, jj...@sf... <jj...@sf...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I'm a third year finance student, I discovered FIX protocol from MB Trading > while looking to fool around with their API to translate my automated > trading system. > > I've read the entire document, and apparently Ruby/Python doesn't support > the "Most Safe...DO THIS!" methods. Will these safe methods be supported in > the future? > > Also, I'm running windows, will I face any problem using the Ruby FIX API ? > Are there any others who are going the Ruby route? > > Cheers, > > John. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |
From: <sc...@sh...> - 2007-07-20 01:58:52
|
John, I am not a Ruby expert but you can extend Python fairly easily and create your own C++ function wrapper in Python that works as described in the docs. I suspect there is similar functionality in Ruby. As for the Windows question, it might be a good time to give Linux a shot. You may be pleasantly surprised. Scott > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I'm a third year finance student, I discovered FIX protocol from MB > Trading > while looking to fool around with their API to translate my automated > trading system. > > I've read the entire document, and apparently Ruby/Python doesn't support > the "Most Safe...DO THIS!" methods. Will these safe methods be supported > in > the future? > > Also, I'm running windows, will I face any problem using the Ruby FIX API > ? > Are there any others who are going the Ruby route? > > Cheers, > > John. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |
From: Oren M. <or...@qu...> - 2007-07-20 13:27:21
|
I know there are some others who use it and I've used it for myself for some things. It's a great way to incorporate scripting into your trading system. The most safe methods will not be supported because Ruby is not a compiled language, so there is no way for it to warn you about setting incorrect fields. These will be reported at runtime. --oren On Jul 19, 2007, at 4:07 PM, jj...@sf... wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I'm a third year finance student, I discovered FIX protocol from MB > Trading > while looking to fool around with their API to translate my automated > trading system. > > I've read the entire document, and apparently Ruby/Python doesn't > support > the "Most Safe...DO THIS!" methods. Will these safe methods be > supported in > the future? > > Also, I'm running windows, will I face any problem using the Ruby > FIX API ? > Are there any others who are going the Ruby route? > > Cheers, > > John. > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |