Definition Type: SimpleType
Name: Symbol_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Ticker symbol. Common, "human understood" representation of the security. SecurityID (48) value can be specified if no symbol exists (e.g. non-exchange traded Collective Investment Vehicles) Use "[N/A]" for products which do not have a symbol.
Collapse XSD Schema Diagram:
XSD Diagram of Symbol_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Symbol_t">
    <xs:annotation>
        <xs:documentation>
      Ticker symbol. Common, "human understood" representation of the security. SecurityID (48) value can be specified if no symbol exists (e.g. non-exchange traded Collective Investment Vehicles)
      Use "[N/A]" for products which do not have a symbol.
    </xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="Symbol" ComponentType="Field" Tag="55" Type="String" AbbrName="Sym" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:Sym