<xs:simpleType name="TradedFlatSwitch_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Driver and part of trade in the event that the Security Master file was wrong at the point of entry Valid Values: Y = Traded Flat N = Not Traded Flat Note tag # was reserved in FIX 4 added in FIX 4 3
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TradedFlatSwitch" tag="258" datatype="Boolean" ComponentType="Field" StdAbbrev="TrddFlatSwitch" QualifiedAbbrev="TrddFlatSwitch" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="Y" desc="TradedFlat" />
<x:EnumDoc value="N" desc="NotTradedFlat" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
|