XML Schema Documentation

Simple Type: QuotationStyleEnum

[Table of contents]

Super-types: xsd:token < QuotationStyleEnum (by restriction)
Sub-types: None
Name QuotationStyleEnum
Content
  • Base XSD Type: token
  • value comes from list: {'PointsUpFront'|'TradedSpread'}
Documentation Indicates the actual quotation style of of PointsUpFront or TradedSpread that was used to quote this trade.
Diagram
Schema Component Representation
<xsd:simpleType name="QuotationStyleEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="PointsUpFront"/>
<xsd:enumeration value="TradedSpread"/>
</xsd:restriction>
</xsd:simpleType>