Re: [Quickfix-developers] how to perform session actions?
Brought to you by:
orenmnero
From: <GM...@Pr...> - 2002-11-08 18:49:43
|
Thanks for the reply. Are any of these things planned for the Java API? I think the most important things for us might be the sequence number reset and the ability to run the end of day. They are also probably things we could add in (especially if they are already in the C++ side), but depending on the timing, we could probably wait for some time before needing them. Thanks again, Gary Mui Prescient Markets, Inc 914-989-3118 (W) 445 Hamilton Avenue 914-422-3693 (F) White Plains, NY 10601 Please visit us at http://www.cpmarket.com OM...@th... Sent by: To: qui...@li..., qui...@li...urc GM...@Pr... eforge.net cc: Subject: Re: [Quickfix-developers] how to perform session actions? 11/08/02 10:45 AM Some of these are there, some arn't, and some arn't exposed in the java api. All of them would be very easy to add. Right now session length is completely determined by the session times you set in your log file, at which point QuickFIX will send a logoff. Also letting your onRun method exit will do the same, but for all sessions. Right now there isn't a way to explicitly log off a session and keep it logged off. Test requests are normally sent automatically by QuickFIX when necessary, but you can do this yourself. Simply create a test request message and send it like you would any other message. You should get a heartbeat with your text from the counterparty. Resetting sequence numbers is there but is just not exposed in java currently. There is a reset() method on the C++ session object. Also there isn't currently a callback that informs you of end of day. This would be very easy to do. --oren |---------+-----------------------------------------------> | | GM...@Pr... | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 11/08/2002 06:06 AM | | | | |---------+-----------------------------------------------> > ----------------------------------------------------------------------------------------------| | | | To: qui...@li... | | cc: | | Subject: [Quickfix-developers] how to perform session actions? | > ----------------------------------------------------------------------------------------------| I haven't been able to find where one can control certain session behavior. This would include things such as logoff, send test messages, reset sequence numbers, and run end of day. Are these things possible with QuickFIX? It seems like they are usually included in other FIX products and I think we'll need some way to do these things. Are they available vwith the Java interface? Thanks, Gary Mui Prescient Markets, Inc 914-989-3118 (W) 445 Hamilton Avenue 914-422-3693 (F) White Plains, NY 10601 Please visit us at http://www.cpmarket.com ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |