QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/
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.