Suspend/Resume Orders Msg

Imported from previous forum

Can anyone tell me how i can send a new FIX MSG to suspend an order / and resume order

thanx

You would need to use the “Order/Cancel Replace request” message (MsgType=G),as it allows you to both Inactivate and Re-activate current orders in your Orderbook.

regards

Tony

Can anyone tell me how i can send a new FIX MSG to suspend an order /
and resume order

thanx

Whats should be the parameter in the “Order/Cancel Replace request” telling the market to suspend an order or resume it. I managed to send regular “Order/Cancel Replace request” to change price or qty, but i havent tried the supsned or resume.

thanx

You would need to use the “Order/Cancel Replace request” message
(MsgType=G),as it allows you to both Inactivate and Re-activate current
orders in your Orderbook.

regards

Tony

Can anyone tell me how i can send a new FIX MSG to suspend an order /
and resume order

thanx

hi

You would need to use the ExecInst tag (18). There are a number of values available, but to suspend/inactivate an order on the system I use it’s necessary that Tag18=S (Suspend) and to reactivate tag18=2 (Work). This Tag is also available in the NewOrder messages.

Tony

Whats should be the parameter in the “Order/Cancel Replace request”
telling the market to suspend an order or resume it. I managed to send
regular “Order/Cancel Replace request” to change price or qty, but i
havent tried the supsned or resume.

thanx

You would need to use the “Order/Cancel Replace request” message
(MsgType=G),as it allows you to both Inactivate and Re-activate
current orders in your Orderbook.

regards

Tony

Can anyone tell me how i can send a new FIX MSG to suspend an order
/ and resume order

thanx

Thanx alot i will try it today

hi

You would need to use the ExecInst tag (18). There are a number of
values available, but to suspend/inactivate an order on the system I use
it’s necessary that Tag18=S (Suspend) and to reactivate tag18=2 (Work).
This Tag is also available in the NewOrder messages.

Tony

Whats should be the parameter in the “Order/Cancel Replace request”
telling the market to suspend an order or resume it. I managed to send
regular “Order/Cancel Replace request” to change price or qty, but i
havent tried the supsned or resume.

thanx

You would need to use the “Order/Cancel Replace request” message
(MsgType=G),as it allows you to both Inactivate and Re-activate
current orders in your Orderbook.

regards

Tony

Can anyone tell me how i can send a new FIX MSG to suspend an
order / and resume order

thanx

[ original email was from Bernt Sandén - bernt.sanden@om.com ]
Hi,

According to the following discussion thread (http://www.fixprotocol.org/discuss/read/2e81fbd9) an activation is done via sending CancelReplace w/o suspend in ExecInst.

Hope iot helps

hi

You would need to use the ExecInst tag (18). There are a number of
values available, but to suspend/inactivate an order on the system I use
it’s necessary that Tag18=S (Suspend) and to reactivate tag18=2 (Work).
This Tag is also available in the NewOrder messages.

Tony

Whats should be the parameter in the “Order/Cancel Replace request”
telling the market to suspend an order or resume it. I managed to send
regular “Order/Cancel Replace request” to change price or qty, but i
havent tried the supsned or resume.

thanx

You would need to use the “Order/Cancel Replace request” message
(MsgType=G),as it allows you to both Inactivate and Re-activate
current orders in your Orderbook.

regards

Tony

Can anyone tell me how i can send a new FIX MSG to suspend an
order / and resume order

thanx