Re: [Quickfix-developers] ExecutionReport Message Rejected
Brought to you by:
orenmnero
From: Mike G. <mg...@co...> - 2008-05-28 17:15:27
|
> (8=FIX.4.4|9=92|35=8|34=2|49=MP|52=20080522-02:06:52.378|56=CLIENT|6=0|14=0|17=1|37=|39=0|54=2|150=0|151=25|10=041) > (Message 2 Rejected: Tag specified without a value:37) You can see from the log above that you are adding tag 37 (OrderID) to the message, but its value is blank. So when you are doing "OrderID(iss.str())" in the ExecutionReport constructor, "iss.str()" must be returning an empty string. -- Mike Gatny Connamara Systems, LLC http://www.connamara.com/ |