Read all tags

Imported from previous forum

Hi,

Does anyone know how to read every tags of a FIX message with quickFIX?

thks

[ original email was from Kalpak Gadre - kalpak_gadre@omniscient.co.in ]

You could possibly use quickfix.Message.iterator() method for getting all the fields. Also don’t forget to do Message.getHeader().iterator() as well as Message.getTrailer().iterator() as well.

I don’t think there is simple way to iterate over all the groups though.

Kalpak

Hi,

Does anyone know how to read every tags of a FIX message with quickFIX?

thks

Thank you Kalpak

You could possibly use quickfix.Message.iterator() method for getting
all the fields. Also don’t forget to do Message.getHeader().iterator()
as well as Message.getTrailer().iterator() as well.

I don’t think there is simple way to iterate over all the groups though.

Kalpak

Hi,

Does anyone know how to read every tags of a FIX message with
quickFIX?

thks