Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

Version 1 Current »

An entity representing a response to a specific RFQ (request for quote) for a bond.

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.response.bond",
        "version":  "0.1",
        "id":
		[
        {
			"portware":
			[
				{
					"type":     "com.factset.portware.ticket.id",
					"value":    123456789
				}
			]
		}
		],
        "status":
        {
            "type":     "org.symphonyoss.string",
            "value":    "accept"
        },
        "priceBasis":
        {
            "type":     "org.symphonyoss.string",
            "value":    "price"
        },
        "quote":
        {
            "type":     "org.symphonyoss.number.double",
            "value":    64
        },
        "description":
        {
            "type":     "org.symphonyoss.string",
            "value":    "IBM 1.25 02/08/2018"
        },
		"message":
        {
            "type":     "org.symphonyoss.string",
            "value":    "Let's trade"
        }
    }
  • No labels