|
From: Vamsi P. <vam...@we...> - 2018-07-02 15:09:31
|
Thank you so much for your explanation. On Mon, Jul 2, 2018 at 3:48 PM, Øyvind Matheson Wergeland < oyv...@om...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > You don't get any messages because you are disconnected by your > counterpart: > > *20180702-06:53:07: Disconnecting: Forcibly disconnecting session* > > The question is why are you being disconnected. I notice in your log that > your acceptor is sending two logon messages (two outgoing messages with > 35=A). QuickFix/J will handle the session for you (logon, logoff and > re-transmission of messages) - you don't have to call logon or logoff > yourself. Try removing the logon message from your call. > > To work with FIX, you have to learn to read FIX messages. I find FIXimate ( > http://fiximate.fixtrading.org/) very useful - just make sure to select > your FIX version in the sidebar. > > Important tags are 35 (message type), 49 (sender comp id) and 56 (target > comp id) - so you can see what kind of message it is and if it is inbound > or outbound message. > > > Best regards > > *Øyvind Matheson Wergeland* > CTO > > Mobile: (+47) 95 16 16 88 > E-mail: oyv...@om... > > *Oslo Market Solutions* > PO Box 4, 0051 Oslo, Norway > Telephone: (+47) 40 00 23 13 > www.oms.no > On 07/02/2018 10:58 AM, Vamsi Pinnamaneni wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > HI team, > > Please check my sample code and logs and let me whats going wrong. FromApp > method is not calling > > > logs files are........................... > 20180702-06:53:06: Session FIX.4.4:WOB->BSC schedule is weekly, SUN > 00:00:00-UTC - FRI 00:00:00-UTC > 20180702-06:53:06: Created session: FIX.4.4:WOB->BSC > 20180702-06:53:06: Configured socket addresses for session: [] > 20180702-06:53:06: MINA session created: local=, class > org.apache.mina.transport.socket.nio.NioSocketSession, remote= > 20180702-06:53:07: Initiated logon request > 20180702-06:53:07: Logon contains ResetSeqNumFlag=Y, resetting sequence > numbers to 1 > 20180702-06:53:07: Received logon > 20180702-06:53:07: Disconnecting: Forcibly disconnecting session > > > > messages log is > > 8=FIX.4.4 9=62 35=A 34=1 49=WOB 52=20180702-06:53:06.560 56=BSC 108=30 > 141=Y 10=015 > 8=FIX.4.4 9=67 35=A 34=1 49=WOB 52=20180702-06:53:07.545 56=BSC 98=0 > 108=30 141=Y 10=247 > 8=FIX.4.4 9=73 35=A 34=1 49=BSC 52=20180702-06:54:23.156 56=WOB 369=0 98=0 > 108=30 141=Y 10=001 > 8=FIX.4.4 9=119 35=V 34=2 49=WOB 52=20180702-06:53:07.586 56=BSC > > > 262=MDRQ-1530514387572 263=0 264=1 265=0 146=1 55=USD/VND 267=1 269=1 > 10=200 > > -- > Regards, > Vamsi Krishna Pinnamaneni > > The information contained in this message may be confidential and is > intended for the addressee only. If you don't think this email is meant for > you, please let us know. Do not copy or forward the information it > contains, and delete this email from your system. Any personal views or > opinions are those of the author and do not necessarily represent those of > Wealth Objects Limited. This email does not create or vary any contractual > obligations between Wealth Objects Limited and the addressee. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Quickfixj-users mailing lis...@li...://lists.sourceforge.net/lists/listinfo/quickfixj-users > > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > -- Regards, Vamsi Krishna Pinnamaneni The information contained in this message may be confidential and is intended for the addressee only. If you don't think this email is meant for you, please let us know. Do not copy or forward the information it contains, and delete this email from your system. Any personal views or opinions are those of the author and do not necessarily represent those of Wealth Objects Limited. This email does not create or vary any contractual obligations between Wealth Objects Limited and the addressee. |