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.