DropCopy.modelID Json Data
For TradeCapture and AcceptOrder (3.14.0 only), the DropCopy.modelID field is populated Json data containing amount data.
Example Json Data:
{ "MsgType": "TradeCaptureMessage", "BaseCurrAmt": "10000000.00000", "CounterCurrAmt": "1106580000.00000", "SettlCurrAmt": "10000000.00000 }
{ "MsgType": "AcceptOrderMessage", "BaseCurrAmt": "10000000.00000", "CounterCurrAmt": "1106580000.00000", "SettlCurrAmt": "10000000.00000 }
Note that this Json data can be suppressed by DCServer configuration using the suppressTradeCaptureJsonInModelID attribute.
Overview
Content Tools