<xs:simpleType name="LegPositionEffect_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">PositionEffect for leg of a multileg See PositionEffect 77 field for description
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="LegPositionEffect" tag="564" datatype="char" ComponentType="Field" StdAbbrev="PosEfct" QualifiedAbbrev="PosEfct" 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="O" desc="Open" />
<x:EnumDoc value="C" desc="Close" />
<x:EnumDoc value="R" desc="Rolled" />
<x:EnumDoc value="F" desc="FIFO" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="O" />
<xs:enumeration value="C" />
<xs:enumeration value="R" />
<xs:enumeration value="F" />
</xs:restriction>
</xs:simpleType>
|