org.symphonyoss.fin.rfq.response.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.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"
        }
    }

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.