Re: [Quickfix-developers] Getting Started with QuickFix and .NET
Brought to you by:
orenmnero
|
From: John K. <kam...@gm...> - 2007-09-24 14:43:44
|
There really isn't much in the way of examples as regards QF, I've looked at Executor and read all the documentation regarding it in the QF help. I understand how the fix protocol works etc. I know that that QF's objects are an OO representation of the Fix protocol. What is not clear however, is the process. Basically a very simple code sample showing the process in action, connecting, trapping events, receiving messages, sending messages, logging out etc. Even a 5 line sample will really help. Thanks John On 24/09/2007, Oren Miller <or...@qu...> wrote: > > Can you guys indicate what it is you have looked at already? Maybe we can > point out documentation you might have missed, or supplement it with > anything that isn't currently available. > > --oren > > On Sep 24, 2007, at 7:46 AM, Tarek F. Koudsi wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > John K, > > I am going through the exact same thing, and that is what's stopping our > department from truly adopting QuickFix as our fix engine/gateway instead of > the proprietary software we pay huge amounts of money for. > > If you ever find something please do share it with us as I will also > submit any threads I find. > > Cheers, > > On 9/24/07, John K. < kam...@gm...> wrote: > > > > QuickFIX Documentation: > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > > HI, I'm a newbie to quick fix and for a few days now I've been > > investigating > > the examples provided and anything else I could find on the web, and I > > can > > say for certain that quickfix has one of the steepest learning curves > > I've > > ever seen. The documentation and examples especially for .net developers > > is > > very limited. There is very little on how to actually get anything > > working > > with quickfix, kind of like a "hello world" for on QF. > > Basically... how to: > > 1. connect to your host & login > > 2. receive messages and determine the message type > > 3. send messages > > 4. log out > > > > If I could just get an example showing how an app connects to the host, > > provides the userid and pwd, then sets the event handlers and waits for > > data > > to arrive, I'd be most grateful. Any help would be most appreciated. I'm > > > > sure from there I'll be able to realise whats going on and make some > > progress. > > In fact, if I"m able to at least connect, I"ll create my own tutorial on > > using QF, C# and VB.NET <http://vb.net/>for beginners and post it online > > for others to read. > > Thanks in advance > > John > > -- > > View this message in context: > > http://www.nabble.com/Getting-Started-with-QuickFix-and-.NET-tf4508939.html#a12859040 > > Sent from the QuickFIX - Dev mailing list archive at Nabble.com<http://nabble.com/> > > . > > > > > > ------------------------------------------------------------------------- > > > > 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-developers mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > ------------------------------------------------------------------------- > 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-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > |