The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DropCopy.modelID

...

JSON Data

 

Info
titleNote

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.

...