The Lab

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

 

  • No labels