<?xml version='1.0' encoding='UTF-8'?>
<tr:TradeRequest xmlns:tr='http://www.magoosoft.com/demo/trade'
xmlns:xsd='http://www.w3.org/2001/XMLSchema'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://www.magoosoft.com/demo/trade
C:\Program Files\MagooSoft\MagooClient\samples\TradeRequest\TradeRequest.xsd'>
<MyReference></MyReference>
<RequestTime></RequestTime>
<TradeItems>
<TradeItem>
<Symbol>C</Symbol>
<Name>CITIGROUP INC</Name>
<Quantity>100</Quantity>
<MaxBuyPrice>47.64</MaxBuyPrice>
<Cost>4764</Cost>
</TradeItem>
<TradeItem>
<Symbol>GOOG</Symbol>
<Name>GOOGLE</Name>
<Quantity>100</Quantity>
<MaxBuyPrice>282.5</MaxBuyPrice>
<Cost>28250</Cost>
</TradeItem>
<TotalCost>33014</TotalCost>
</TradeItems>
</tr:TradeRequest>