Versions Compared

Key

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

...

Code Block
languagexml
titlePresentationML
<div class="PresentationML" data-version-id="2.0">
    <div class="entity" data-entity-id="gbpusdgbp">
        <b>Cable: 1.47</b>
    </div>
</div>

...

Code Block
languagejs
titleEntityJSON
{
	"gbp":
	{
		"type": 	"com.example.quote",
		"version":	"0.1",
		"buy":
		[
			{
				"type":		"org.symphonyoss.fin.ccy.id.iso4217",
				"value":	"GBP"
			}
		],
		"sell":
		[
			{
				"type":		"org.symphonyoss.fin.ccy.id.iso4217",
				"value":	"USD"
			}
		],
		"rate":		1.47
	}
}