<xs:simpleType name="PrivateQuote_t">
<xs:annotation>
<xs:documentation>Specifies whether a quote is public, i.e. available to the market, or private, i.e. available to a specified counterparty only.
Valid values:
'Y' = Private Quote
'N' = Public Quote
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="PrivateQuote" ComponentType="Field" Tag="1171" Type="Boolean" AbbrName="PrvtQt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean" />
</xs:simpleType>
|