API Support Forum
OEC API > FIX Support > OrderCancelRequest
Author Topic: OrderCancelRequest
(4 messages, Page 1 of 1)
Moderators: VPfau
FGingras
Posts: 36
Joined: Oct 15, 2007


Posted: Apr 06, 2020 @ 04:08 PM             Msg. 1 of 4
Hi,

Is tag 41 (OrigClOrdID) really necessary if we provide tag 37 (OrderID)? I've never seen a FIX API that required 41 in this way. (i.e. what does it matter if we don't provide the previous version of the order if we have the permanent identifier?)

Thanks.
FGingras
Posts: 36
Joined: Oct 15, 2007


Posted: Apr 08, 2020 @ 08:45 AM             Msg. 2 of 4
Hello?
JSmith5611
Posts: 187
Joined:


Posted: Apr 08, 2020 @ 11:03 AM             Msg. 3 of 4
OrderID should be enough cancel the order correctly, and will be used first to find the order.
If it is not provided OrigClOrdID will be used. If neither are provided the cancel will be rejected.
Jason Smith
FGingras
Posts: 36
Joined: Oct 15, 2007


Posted: Apr 08, 2020 @ 11:20 AM             Msg. 4 of 4
Fantastic, thanks.