Page History
Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Requirements: Java 8+
MF SBE MFAPIChangelog
1.1.2 (May 8th 2018)
- [FIXED] When an IOException was thrown during a send operation the next time that same message send was called after reconnection,
using the same thread, it would cause an IllegalArgumentException
1.1.1
- [FIXED] Issue with SBE stream read frame issue on reconnect
1.0.20 (04/19/2017)
- [UPDATED] mfproto-stpbooking and Java api are changed. Adding OrderCancelReplaceRequest. current version is mfproto-stpbooking-3.xml
1.0.19 (04/07/2017)
- [UPDATED] mfproto-stpbooking is changed. OrdRejReason has more values. current version is mfproto-stpbooking-2.xml
1.0.18 (03/16/2017)
- [UPDATED] Added MFSampleOrderBasedStpBookingApp
1.0.17 (03/15/2017)
- [UPDATED] Added OrderID to all STPBooking messages
- [FIXED] Made STPBooking OrderIDs a String instead of a number
1.0.16
- [UPDATED] Created the following new STP Booking messages: ExecutionReport, OrderCancelRequest, OrderCancelReject, NewOrderSingle and added an "OrderID" field to the TradeCaptureReport messages.
1.0.15
- [UPDATED] Removed object creation from the StrategyParameter setting when submitting an order
1.0.14
- [UPDATED] Removed ConfirmationRequest message from the STPBooking Session
1.0.13
- [UPDATED] Garbage reduction: removed all garbage created by the NIO selector and cleaned up some unnecessary iterator creation
- [UPDATED] Added Confirmation messages to the STPBooking Session
1.0.12 (11/23/2016)
- [UPDATED] Improved the Historic Tick Streamer so it streams faster and backs off if the client consumes slowly
- [FIXED] Fixed issue with rounding on some decimal prices converting to mantissa format
https://portal.marketfactory.com/attachments/download/2371201/MFAPI-SBE-1.0.12.tgz
1.0.11 (11/03/2016)
- [UPDATED] Removal of unnecessary Tenor field in STPBooking message.
1.0.10 (11/02/2016)
- [UPDATED] Combining of Forward and Spot messages and addition of additional fields needed for booking.
1.0.9 (10/14/2016)
- [UPDATED] Added SecurityDefinition requests to StpBooking.
- [FIXED] Fixed issue with zero-length client strings in the TradeCapture Reports
1.0.8 (09/29/2016)
- [UPDATED] Additional reject reason for rejects due to credit checking on the TradeCaptureReportAck.
- [UPDATED] Additional Field on TradeCapture reports for the exec type. To use this, you send in the initial TradeCaptureReport with ExecType.AllocateCredit, for which we will send a TradeCaptureAck with TrdReportStatus either Accepted or rejected. Then, you send an additional TradeCaptureReport as either ExecType Trade (if you want to report it as filled), or Canceled (if you want to cancel the allocation), for which you will receive an additional TradeCaptureReportAck as either accepted or rejected.
https://portal.mf/attachments/download/2347261/MFAPI-SBE-1.0.8.tgz
1.0.7 (09/20/2016)
- [UPDATED] Error callback for when the PriceDepthBook encounters an error. The system will automatically unsubscribe for the failed security and allow the user to take action afterwards.
- [FIXED] Fixed an issue handling quote-type streams (from banks) in the PriceDepthBook add-on.
https://portal.marketfactory.com/attachments/download/2342721/MFAPI-SBE-1.0.7.tgz
1.0.6 (09/19/2016)
- STP booking API implementation
- Fix to the bank feed quote processing.
https://portal.marketfactory.com/attachments/download/2342241/MFAPI-SBE-1.0.6.tgz
1.0.5 (09/12/2016)
- Added the Trade Date Service
- Fix to the bank feed quote processing.
https://portal.marketfactory.com/attachments/download/2339201/MFAPI-SBE-1.0.5.tgz
Notes: There is a sample app you can use in the samples jar - MFSampleTradeDateServiceApp The 'venue id' for this service is 99 The provided dates are not accurate. I will fix that shortly. You'll get the trade date report when you subscribe and then every 30 seconds thereafter so you can see/test the async updates.
| Attachments | ||
|---|---|---|
|