org.symphonyoss.fin.rfq.status.bond [E]
An entity representing a response to a specific RFQ (request for quote) for a bond.
Example
PresentationML
<div class="PresentationML" data-version="2.0">
<div class="entity" data-entity-id="12345">
RFQ <b>12345</b>
</div>
</div>
EntityJSON
"121345":
{
"type": "org.symphonyoss.fin.rfq.status.bond",
"version": "0.1",
"id":
[
{
"portware":
[
{
"type": "com.factset.portware.ticket.id",
"value": 123456789
}
]
}
],
"status":
{
"type": "org.symphonyoss.string",
"value": "quote_accepted"
},
"description":
{
"type": "org.symphonyoss.string",
"value": "IBM 1.25 02/08/2018"
},
"message":
{
"type": "org.symphonyoss.string",
"value": "Quote accepted for trading"
}
}
, multiple selections available,
Need help? Email help@finos.org we'll get back to you.
Content on this page is licensed under the CC BY 4.0 license.
Code on this page is licensed under the Apache 2.0 license.