Re: [Quickfix-developers] Help (Urgent)
Brought to you by:
orenmnero
From: Vishrant <vis...@gm...> - 2010-08-26 14:55:17
|
Hey bro, you are absolutely right that Acceptor is a server .... but i am server here and expecting that some one is sending messages to my server .. so i have to visualize what messages counterparty or initiator will send me ... so i have writtten an algorithm which will help me know that i am thinking in right direction ..... On Thu, Aug 26, 2010 at 10:32 PM, Mikhail Veygman <mve...@gm...>wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Vishrant, > > Acceptor is a server. You should not initiate a logon from it. It > should be accepting a logon message. > > Have you looked at the example configuration files in the documentation? > - > Regards, > > Mikhail Veygman > > > -----Original Message----- > From: Vishrant <vis...@gm...> > To: gbi...@co..., jc...@co... > Cc: qui...@li... > Subject: Re: [Quickfix-developers] Help (Urgent) > Date: Thu, 26 Aug 2010 21:33:09 +0800 > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Thank you all for your quick reply, i really appreciate. I know i am > buzzing you but please find some time to answer my below query as this > where i am perplexed and lost. > > Query: > > I have a Setting.txt file which has details like; > > ConnectionType=Acceptor > LogStore= > DataStore= > DataDictionary= > Host= > StartTime= > EndTime= > . > . > . > . > . > [Session] > SenderComID = Mock_Initiator > TargetComID = Mock_Acceptor > > Step 1: I call socketacceptor( ..........) with required objects. (This > function loads setting.txt file) > Step 2: I call acceptor.start() function > Step 3: Then i return to my callee function. > Step 4: I create a Logon message > Step 5: Then i call SendToTarget function > Step 6 : I create different application level messages. > Step 7: repeat step 5 and 6 till LOGOUT message. > > Does it make sense, if not please revise my algorithm. > > Thanks in advance > > Cheers, Vishrant > > > > > > On Thu, Aug 26, 2010 at 3:10 AM, Diego Frata <die...@gm...> > wrote: > Don't forget the issue with GC handles and AppDomains as NUnit > creates a new AppDomain for running the tests. So it's very > unlikely someone will have a sample code for NUnit, since it > doesn't work... > > > > Diego Frata > die...@gm... > > > > > On Wed, Aug 25, 2010 at 11:18 AM, James Downs > <jc...@co...> wrote: > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > > > Quickfix handles checksum and body length. > the FIx protocol spec describes how to calculate > checksum. Or look at the source. > > On Wed, Aug 25, 2010 at 9:08 AM, Vishrant > <vis...@gm...> wrote: > QuickFIX Documentation: > > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: > http://www.quickfixengine.org/services.html > > > Hello people, > My name is Vishrant Shah. I am recently assigned > a project on FIX protocol. I have to write Nunit > test cases for the same. I am Acceptor in this > case. > What i want from you ? > > 1) Nunit sample code for Logon Message. > 2) How to calculate Check sum > 3) Do we calculate checksum & bodylength or its > QuickFix who takes care. > > > Please help. Its urgent. > > Thank you, Vishrant > > > > > > -- > -- > Regards > Vishrant Shah. > > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) > Atom(Tm) Developer Program > Be part of this innovative community and reach > millions of netbook users > worldwide. Take advantage of special > opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart > your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > -- > Jim > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) > Developer Program > Be part of this innovative community and reach millions > of netbook users > worldwide. Take advantage of special opportunities to > increase revenue and > speed time-to-market. Join now, and jumpstart your > future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > -- > -- > Regards > Vishrant Shah. > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ Quickfix-developers mailing > list Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > -- -- Regards Vishrant Shah. |