Definition Type: SimpleType
Name: LocateReqd_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Indicates whether the broker is to locate the stock in conjunction with a short sell order Valid values: Y = Indicates the broker is responsible for locating the stock N = Indicates the broker is not required to locate
Collapse XSD Schema Diagram:
XSD Diagram of LocateReqd_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="LocateReqd_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates whether the broker is to locate the stock in conjunction with a short sell order   Valid values: Y = Indicates the broker is responsible for locating the stock N = Indicates the broker is not required to locate 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="LocateReqd" tag="114" datatype="Boolean" ComponentType="Field" StdAbbrev="LocReqd" QualifiedAbbrev="LocReqd" 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="BrokerLocates" />
            <x:EnumDoc value="N" desc="BrokerNotLocate" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="Y" />
        <xs:enumeration value="N" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Y
Enumeration N
Collapse Derivation Tree:
Collapse References:
nsA:LocateReqd_t