Page History
The MFAPI also has the ability to allow extendable parameters to order submission. This is done by filling in an ArrayList with of providing key value pairs (both being strings) and passing this to the appropriate submit method. This enables:
...
All Bank Feed Servers:
- The ability to provide an optional 'Account' value in the order parameters. By default the provided value will populate the 'Account' field on the message to the venue.
The 'Account' value can be mapped to a difference outbound field if you desire. This needs to be agreed with and configured by the MarketFactory Customer Success team
assign "Account" value to a FIX field name specified by the client and configured by CSIf "Account" is set in the extendable parameters, but CS has not set up any field name mapping, the value will be assigned to the default field, Account(1).
...
EBS
- The ability to submit an order with PriceDiscretion (as the key) and a price increment
(as a String) as the value. - The ability to submit an iceberg order with different display behaviour using "DisplayMethod" (as the key) and a method, either "1" or "3" (as in a String) as the value.
- The ability to submit an iceberg order with different repleneshment times using "IcebergHighRandomTime" (as the key) and a milliseconds (encoded in a String) as the value.
...
Overview
Content Tools