<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>
|