Re: [Quickfix-developers] Stop order to new position - FIX 4.4
Brought to you by:
orenmnero
From: Viktor P. <pohrebnyak@i.ua> - 2017-03-14 21:23:10
|
Hi, Vinicius. What's stopping you from setting the tag 99 explicitly? FIX44::NewOrderSingle msg; .... msg.setField( FIX::StopPx( *your_stop_price* ) ); ... Regards, Viktor -- View this message in context: http://quickfix.13857.n7.nabble.com/Stop-order-to-new-position-FIX-4-4-tp6863p6864.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |