Definition Type: SimpleType
Name: Side_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Side of order Valid values: = Buy 2 = Sell 3 = Buy minus 4 = Sell plus 5 = Sell short 6 = Sell short exempt 7 = Undisclosed valid for IOI and List Order messages only 8 = Cross orders where counterparty is an exchange valid for all messages except IOIs 9 = Cross short A = Cross short exempt B = As Defined for use with multileg instruments C = Opposite for use with multileg instruments D = Subscribe e g CIV E = Redeem e g CIV F = Lend FINANCING identifies direction of collateral G = Borrow FINANCING identifies direction of collateral see Volume : Glossary for value definitions
Collapse XSD Schema Diagram:
XSD Diagram of Side_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Side_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Side of order Valid values:  = Buy 2 = Sell 3 = Buy minus 4 = Sell plus 5 = Sell short 6 = Sell short exempt 7  = Undisclosed  valid for IOI and List Order messages only  8 = Cross  orders where counterparty is an exchange  valid for all messages except IOIs  9 = Cross short A = Cross short exempt B =  As Defined   for use with multileg instruments  C =  Opposite   for use with multileg instruments  D = Subscribe  e g  CIV  E = Redeem  e g  CIV  F = Lend  FINANCING   identifies direction of collateral  G = Borrow   FINANCING   identifies direction of collateral   see Volume :  Glossary  for value definitions  
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="Side" tag="54" datatype="char" ComponentType="Field" StdAbbrev="Side" QualifiedAbbrev="Side" 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="1" desc="Buy" />
            <x:EnumDoc value="2" desc="Sell" />
            <x:EnumDoc value="3" desc="BuyMin" />
            <x:EnumDoc value="4" desc="SellPlus" />
            <x:EnumDoc value="5" desc="SellSht" />
            <x:EnumDoc value="6" desc="SellShtEx" />
            <x:EnumDoc value="7" desc="Undisc" />
            <x:EnumDoc value="8" desc="Cross" />
            <x:EnumDoc value="9" desc="CrossShort" />
            <x:EnumDoc value="A" desc="CrossShortEx" />
            <x:EnumDoc value="B" desc="AsDefined" />
            <x:EnumDoc value="C" desc="Opposite" />
            <x:EnumDoc value="D" desc="Subscribe" />
            <x:EnumDoc value="E" desc="Redeem" />
            <x:EnumDoc value="F" desc="LendFinancing" />
            <x:EnumDoc value="G" desc="BorrowFinancing" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
        <xs:enumeration value="6" />
        <xs:enumeration value="7" />
        <xs:enumeration value="8" />
        <xs:enumeration value="9" />
        <xs:enumeration value="A" />
        <xs:enumeration value="B" />
        <xs:enumeration value="C" />
        <xs:enumeration value="D" />
        <xs:enumeration value="E" />
        <xs:enumeration value="F" />
        <xs:enumeration value="G" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Enumeration 8
Enumeration 9
Enumeration A
Enumeration B
Enumeration C
Enumeration D
Enumeration E
Enumeration F
Enumeration G
Collapse Derivation Tree:
Collapse References:
nsA:Side_t