|
From: Mike G. <mg...@co...> - 2020-05-05 18:43:50
|
It goes something like this (depending on exactly what your counterparty
expects...):
quickfix.fix44.MarketDataRequest message = new
quickfix.fix44.MarketDataRequest();
quickfix.fix44.MarketDataRequest.NoRelatedSym group = new
quickfix.fix44.MarketDataRequest.NoRelatedSym();
group.set(new Symbol('XYZZY'));
// set other group fields
message.addGroup(group);
// continue to add more NoRelatedSym groups if you have more
Symbols/SecurityIDs/etc to subscribe to...
See also: https://quickfixj.org/usermanual/2.1.0/usage/repeating_groups.html
--
Mike Gatny
Connamara Systems
On Tue, May 5, 2020 at 1:16 PM Fuad Azhar <fua...@gm...> wrote:
> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/
> QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support:
> http://www.quickfixj.org/support/
>
>
> Hi all i have question how to get and set field in Component fix44 for
> example is for market data request i will send related symbol, offer or
> bought price request. How to set that?
> _______________________________________________
> Quickfixj-users mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfixj-users
>
--
This email, along with any attachments, is confidential. If you believe you
received this message in error, please contact the sender immediately and
delete all copies of the message. Thank you from Connamara Systems, LLC.
|