An entity representing an RFQ (request for quote)
Example
PresentationML
<div class="PresentationML" data-version-id="2.0"> <div class="entity" data-entity-id="12345"> RFQ <b>12345</b> </div> </div>
EntityJSON
"121345": { "type": ”org.symphonyoss.fin.rfq”, "version": "0.2", "id": [ { "type": ”org.symphonyoss.fin.rfq.id”, "value": ”12345” } ], "security": [ { "type": ”org.symphonyoss.fin.security.id.isin”, "value": ”12345” } ], "settlement_currency": [ { "type": ”org.symphonyoss.fin.ccy”, "value": ”USD” } ] }