Definition Type: SimpleType
Name: PriceOffset
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-datatypes-4-4.xsd
Documentation:
decimal 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-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="PriceOffset">
    <xs:annotation>
        <xs:documentation>
decimal 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:LastForwardPoints2_t, nsA:LastForwardPoints_t, nsA:NetChgPrevDay_t, nsA:OfferForwardPoints2_t, nsA:OfferForwardPoints_t, nsA:PriceImprovement_t, nsA:Spread_t, nsA:ThresholdAmount_t