From: Dale W. <wil...@oc...> - 2006-02-22 14:25:40
|
Hi Laurent, To act as an initiator using a different protocol/communications method derive your class from the FIX::Initiator interface in Initiator.h and implement the virtual methos. To act as an acceptor ... derive from FIX::Acceptor interface in Acceptor.h. Dale Lau...@cf... wrote: > > Hi again > > Sorry for the lack of precision in my previous post : > > - I'm using C++ version of quickFIX (1.10.2) > - And my problem is : > > I want to bypass the socket classes provided in > QuickFIX by replacing them with my own client/server > classes. > > But I'm a little bit lost in the quickFix classes ocean ;) > and I dont see clearly how to make a seamless > integration of custom user socket classes inside the > quickfix framework. > > regards, > Laurent. -- ----------------------------------------------------- Dale Wilson, Senior Software Engineer Object Computing, Inc. (OCI) http://www.ociweb.com/ http://www.theaceorb.com/ ---------------------------------------------------- |