Re: [Quickfix-users] New To QF for C# - General questions
Brought to you by:
orenmnero
From: Djalma R. d. S. F. <drs...@gm...> - 2007-03-14 12:33:39
|
Hi Mike, 1 - If you download the QF source code, you will find a pretty good C# sample application in quickfix\examples\executor\csharp directory. 2 - This is expected to find reference to MySql only in quickfix.dll , because this is the main dll. The other .NET dll (quickfix_net_messages.dll), as far as I know, only contains the binaries for the message classes (i.e. NewOrderSingle.cs). 3 - In C#, I guess you can do almost everything done for the C++ examples, problem is that not all functions were exported by the wrappers. Djalma On 3/13/07, urb...@sb... <urb...@sb... > wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi list, > > Thank you to the many developers for the work in the QF libraries. > > I'm beginning to approach building some applications using QF and will be > working in C# most of the time, possibly Windows and Linux. > > 1) Any beginners suggestions would be truly appreciated. > > 2) I DL'd the .Net binaries and will probably be using MySql, are the .Net > > libs compiled with MySql support? When I did a file scan on them only > quickfix.dll showed reference to MySql; the other's did not. > > 3) The website documentation speaks of some example apps in C++. Does > anyone have any .Net 2.0 examples they might care to share or know of any > links to same. I Googled around some but didn't seem to find any. > > Thank you again, in advance. > > Mike > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |