I've been struggling with the Celer API but have managed to at least get prices.
I am however confused on the message structure they require for orders.
In their spec it states they need a NoLegs group but QuickFix only seems to allow NoAllocs, NoEvents, NoPartyIDs, NoSecurityAltId, NoStipulations, NoTradingSessions, NoUnderlyings.
Is there a way I can manually create my own group and add it the same way as setting a value to a tag like below:
QuickFix44.NewOrderSingle request44 = new QuickFix44.NewOrderSingle();
request44.setString(207, "XCEL");