Reprinted with Permission by Quest Software May 2007


Understanding XML
by Robert Catterall

 
LISTING 2. The same trade represented in the FIXML protocol.
<FIXML>
     <NewOrderSingle   C10rdID ="123456"
         Side="2"
         TransactTm ="2003-06-15T01:14:49 -05:00"
         OrderType ="2"
         Price ="93.25"
         Acct ="26522154">
           <Header Sent ="2001-06-21T01:31:28 -05:00"
             PosDup ="N"
             PosRsnd ="N"
             SeqNum ="521">
             <Sender ID="AFUNDMGR"/>
             <Target ID="ABROKER"/>
           </Header>
           <Instrument Symbol ="IBM"
                    ID="459200101"
                    IDSrc="1"/>
           <OrderQuantity  Qty="1000"  Cur="USD"/>
     </NewOrderSingle>
</FIXML>