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 key value pairs (both being strings) and passing this to the appropriate submit method. This enables:
...
All Bank Feed Servers:
Jira server MarketFactory JIRA serverId c1d38658-5070-3969-8274-0b0b0fe53d21 key WHSPRR-1563
- The ability to assign "AccountThe ability assign "pbAccount" value to a FIX field name specified in Feed.session.orders, e.g. pbAccountFieldName="SenderSubID"
<Feeds msgStoreSize="65536"><Feed dealCode="" exchange="BAML" feedName="BAML" id="29" inputStyle="[Input] BAML" supportsBatching="false" validateMD="false"><supportedTIF FOK="true" GTC="false" IOC="false"/><supportedOrdType supportsLimit="false" supportsMarket="false" supportsPreviouslyQuoted="false"/><sourceType aggreg="false" bank="true" ecn="false"/><connections name="nyc01.baml.dev19.demo"/><session><flags hideMyPrices="false" largeDifferenceChecks="false" priceCheck="false" sendConfirmedDeals="false" wideSpreadCheck="false"/><orders pbAccountFieldName="SenderSubID"/></session></Feed></Feeds>- by the client and configured by CS
If "AccountIf "pbAccount" is set in the extendable paramtersparameters, but no pbAccountFieldName is set in the MarketFactoryConfig.xml, the value 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.
...