|
From: Christoph J. <chr...@ma...> - 2020-11-04 23:18:08
|
Hmm, never used this message type but looking at its spec: did you generate a unique 568/TradeRequestID for each request? Otherwise I could imagine that the counterparty simply ignores or rejects subsequent requests. Cheers, Chris. On 05.11.20 00:12, Andrew Marlow wrote: > 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... > <mailto: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 list >> Qui...@li... <mailto:Qui...@li...> >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > -- > Christoph John > Software Engineering > T +49 241 557080-28 > chr...@ma... <mailto:chr...@ma...> > > MACD GmbH > Oppenhoffallee 103 > 52066 Aachen, Germany > www.macd.com <http://www.macd.com> > > Amtsgericht Aachen: HRB 8151 > Ust.-Id: DE 813021663 > Geschäftsführer: George Macdonald > > > > -- > Regards, > > Andrew Marlow > http://www.andrewpetermarlow.co.uk > -- Christoph John Software Engineering T +49 241 557080-28 chr...@ma... MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |