Definition Type: SimpleType
Name: PriceOffset
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
floatfloat field representing a price offset, which can be mathematically added to a "Price". Note the number of decimal places may vary and some fields such as LastForwardPoints may be negative.
Collapse XSD Schema Diagram:
XSD Diagram of PriceOffset in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="PriceOffset">
    <xs:annotation>
        <xs:documentation>floatfloat field representing a price offset, which can be mathematically added to a "Price". Note the number of decimal places may vary and some fields such as LastForwardPoints may be negative.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:decimal" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:BidForwardPoints2_t, nsA:BidForwardPoints_t, nsA:BidSwapPoints_t, nsA:LastForwardPoints2_t, nsA:LastForwardPoints_t, nsA:LastSwapPoints_t, nsA:LegBidForwardPoints_t, nsA:LegLastForwardPoints_t, nsA:LegOfferForwardPoints_t, nsA:MDEntryForwardPoints_t, nsA:NetChgPrevDay_t, nsA:OfferForwardPoints2_t, nsA:OfferForwardPoints_t, nsA:OfferSwapPoints_t, nsA:PriceImprovement_t, nsA:Spread_t, nsA:SwapPoints_t, nsA:ThresholdAmount_t