|
From: Andrew M. <mar...@gm...> - 2020-11-04 23:13:06
|
Hello Christoph, I have a function that creates a TradeCaptureReportRequest and then it says: Session.sendToTarget(tcrRequest, sessionId); The tcrRequest has the field set for the secondary tradeId of interest. In the onLogon callback I invoke this function. It works in that I get onMessage called for the TCR that I am after. But if I call that function more than once in onLogon I only get the TCR for the first one. On Wed, 4 Nov 2020 at 22:48, Christoph John <chr...@ma...> wrote: > Hi Andrew, > > I am not quite understanding what you mean. What do you mean by "one > active subscription at a time"? Do you subscribe against market data? Or > which subscription request? > Could you please elaborate? > > Thanks, > Chris. > > > On 04.11.20 23:17, Andrew Marlow wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > Hello everyone, > > I've just seen something very strange with a FIX application I am working > on. It seems that after login I can only have one active subscription at a > time. If I send multiple subscription requests, one at a time, on a given > session, I only get onMessage callbacks for the first one. Is this > expected? I didn't expect it. > > -- > Regards, > > Andrew Marlow > http://www.andrewpetermarlow.co.uk > > > > _______________________________________________ > Quickfixj-users mailing lis...@li...://lists.sourceforge.net/lists/listinfo/quickfixj-users > > > -- > Christoph John > Software Engineering > T +49 241 557...@ma... > > MACD GmbH > Oppenhoffallee 103 > 52066 Aachen, Germanywww.macd.com > > Amtsgericht Aachen: HRB 8151 > Ust.-Id: DE 813021663 > Geschäftsführer: George Macdonald > > -- Regards, Andrew Marlow http://www.andrewpetermarlow.co.uk |