You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the FIX message should have the following:
| MsgType | "NewOrderSingle" | | Symbol | "AAPL" | | Side | "BUY" | | OrderQty | 1.0 | | Price | 10004.0 | | OrdType | "LIMIT" |
It would be better if I didn't have to put ".0" on the end of my price and qty, since I don't actually want it to be formatted that way in the message itself. Could be an interaction between rspec and the type of the quickfix field (e.g. float/bigdecimal)? Maybe we could add a feature where you could quote it, like "10004" to force a string comparison.
The text was updated successfully, but these errors were encountered:
From the QFIX 201 presentation, @mgatny sez
The text was updated successfully, but these errors were encountered: