|
From: M J <mje...@gm...> - 2021-03-24 12:58:14
|
Hi Indeed this is the way I will follow. Many thanks for all replies. Kind regards Matjaz On Wed, 24 Mar 2021, 13:03 philip, <ph...@wh...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > No, you can: > > 1) Use a custom XML data dictionary and set the field via looser API > methods: > > message.setString(1523, "VALUE") > message.isSetField(1523) > message.getString(1523) > > There's rough tooling to generate an actual dictionary from the > published spec's technical documents (available for download from the > FIX Trading Community website) (which is done in a different XML > format). > > 2) Generate your own messages JAR / class that includes the field. > > QuickFIXJ offers high support for the published versions but you can use > the APIs to accept/read whatever spec you like. > > Best regards, > Philip Whitehouse > > On 2021-03-24 10:47, M J wrote: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > > > > Hi, > > > > Therefore I need to wait for quickfix/J will implement EP that > > includes this field? > > > > Kind regards > > > > Matjaz > > > > On Wed, 24 Mar 2021, 10:46 Philip Whitehouse, <ph...@wh...> > > wrote: > > > >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > >> QuickFIX/J Support: http://www.quickfixj.org/support/ > >> > >> Following FIX 5.0, the FIX community has updated the spec with a > >> series of extension packs, (EPs). > >> > >> A first and second batch of these EPs were collected into SP1 and > >> SP2. > >> > >> However since SP2 many more extension packs have been released and > >> there is no subsequent SP. > >> > >> It’s now most organised via negotiation with counter parties as to > >> which precise EP-based spec to follow. > >> > >> Best, > >> > >> Philip Whitehouse > >> > >>> On 24 Mar 2021, at 08:48, Andrew Marlow <mar...@gm...> > >>> wrote: > >> > >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > >> QuickFIX/J Support: http://www.quickfixj.org/support/ > >> > >> Hello everyone, > >> > >> According to > >> > > > https://www.inforeachinc.com/fix-dictionary/FIX.5.0SP2_EP240/fields/TrdAckStatus.html > >> this tag was added in fix50-sp2 107. I am not sure what the 107 > >> means but maybe it is an addition. The web site that I normally use > >> to check FIX values, > >> https://www.onixs.biz/fix-dictionary/5.0.SP2/fields_by_tag.html, > >> doesn't have this tag. Maybe it is a recent addition? > >> > >> On Wed, 24 Mar 2021 at 08:26, M J <mje...@gm...> wrote: > >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > >> QuickFIX/J Support: http://www.quickfixj.org/support/ > >> > >> Hi, > >> > >> Using fix50sp2 I am missing field 1523 - TrdAckStatus. > >> > >> What did I miss? > >> > >> Thanks > >> > >> Matjaz _______________________________________________ > >> Quickfixj-users mailing list > >> Qui...@li... > >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users > >> > >> -- > >> Regards, > >> > >> Andrew Marlow > >> http://www.andrewpetermarlow.co.uk > >> > >> _______________________________________________ > >> Quickfixj-users mailing list > >> Qui...@li... > >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > _______________________________________________ > > Quickfixj-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > _______________________________________________ > > Quickfixj-users mailing list > > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |