Definition Type: SimpleType
Name: PosReqResult_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Result of Request for Position Valid values: 0 = Valid Request = Invalid or unsupported Request 2 = No positions found that match criteria 3 = Not authorized to request positions 4 = Request for Position not supported 99=Other use Text 58 in conjunction with this code for an explanation 4000 Reserved and available for bi laterally agreed upon user defined values
Collapse XSD Schema Diagram:
XSD Diagram of PosReqResult_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="PosReqResult_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Result of Request for Position Valid values: 0 = Valid Request  = Invalid or unsupported Request 2 = No positions found that match criteria 3 = Not authorized to request positions 4 = Request for Position not supported 99=Other  use Text 58  in conjunction with this code for an explanation   4000  Reserved and available for bi laterally agreed upon user defined values 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="PosReqResult" tag="728" datatype="int" ComponentType="Field" StdAbbrev="Rslt" QualifiedAbbrev="Rslt" 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="0" desc="ValidRequest" />
            <x:EnumDoc value="1" desc="InvalidOrUnsupportedRequest" />
            <x:EnumDoc value="2" desc="NoPositionsFoundThatMatchCriteria" />
            <x:EnumDoc value="3" desc="NotAuthorizedToRequestPositions" />
            <x:EnumDoc value="4" desc="RequestForPositionNotSupported" />
            <x:EnumDoc value="99" desc="Other" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="0" />
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="99" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 99
Collapse Derivation Tree:
Collapse References:
nsA:PosReqResult_t