Discussion Forums

Re: Mass Cancel
Mahesh Kumaraguru / Polaris software labs <>
25 Nov 2005 11:33AM ET

Hi Chintan,

Because there is no standard FIX 4.2 message for "Mass Cancel" and due to some other architectural constraint if you cannot use FIX 4.3 and your business wants to get this "mass cancel" functionality, you can do it using one of the two approaches mentioned below ( Reference 'fix-42-with_errata_20010501_pdf' ) :-

I) Define a "Custom Message Type" : Tag 35 = U1, U2 etc. i.e. having a
"U" as the first character in the MsgType field.

II) Using "User Defined Fields" : Tag numbers 5000 to 9999 have been reserved for use with user defined fields, which are used as part of inter-firm communcation.

But this choice between "upgrading to a higher FIX version" versus using "custom message types" versus "user defined fields" is a wider debate : Read thru :-

http://www.fixprotocol.org/discuss/read/bdf97d6e

in response to

http://www.fixprotocol.org/discuss/read/bca23e05

Regards,
K. Mahesh

> Hi,
>
> Has anyone implemented "mass cancel" functionality using 4.2? I know 4.3
> has a separate msgtype to handle this.
>
> Thanks


Mass Cancel
Chintan Gandhi   23 Nov 2005 12:01PM ET
Re: Mass Cancel
Mahesh Kumaraguru / Polaris software labs   25 Nov 2005 11:33AM ET
Re: Mass Cancel
Jim Northey / Jordan and Jordan   26 Nov 2005 4:27PM ET
implementing Mass Cancel ( choices )
Mahesh Kumaraguru / Polaris software labs   25 Nov 2005 12:26PM ET
Re: Mass Cancel
Chintan Gandhi   28 Nov 2005 11:51AM ET