<xs:simpleType name="AsOfIndicator_enum_t">
<xs:annotation>
<xs:documentation>Used to indicate that a floor-trade was originally submitted "as of" a specific trade date which is earlier than its clearing date.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="AsOfIndicator" ComponentType="Field" Tag="1015" Type="char" AbbrName="AsOfInd" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">false - trade is not an AsOf trade</fm:EnumDoc>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">true - trade is an AsOf trade</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="char">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
</xs:restriction>
</xs:simpleType>
|