Page History
DropCopy.modelID
...
JSON Data
| Info | ||
|---|---|---|
| ||
For TradeCapture and AcceptOrder (3.14.0 only), |
The the DropCopy.modelID field is populated Json 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 JSON data can be suppressed by DCServer configuration using the suppressTradeCaptureJsonInModelID attribute.
...
Overview
Content Tools