Skip to content

Instantly share code, notes, and snippets.

@DoctorGester
Last active December 26, 2015 23:29
Show Gist options
  • Save DoctorGester/7230833 to your computer and use it in GitHub Desktop.
Save DoctorGester/7230833 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UploadTradableData xmlns="http://tempuri.org/">
<wsClient>
<ID>1</ID>
<Name>DmitrichJ</Name>
<EMail>dmitrich_j@mail.ru</EMail>
<Password>B#C7vMtXEj6W12mgb6aYd03w==</Password>
</wsClient>
<data>
<Balance>500000,0</Balance>
<Positions></Positions>
<Orders>
<WsTradableOrder>
<ID>418656496</ID>
<AccountID>24814</AccountID>
<InstrumentID>22</InstrumentID>
<InstrumentSymbol>EURUSD</InstrumentSymbol>
<OrderType>LIMIT</OrderType>
<Quantity>1000,0</Quantity>
<FilledQnty>0,0</FilledQnty>
<AvgFilledPrice>null</AvgFilledPrice>
<RelatedToPos>false</RelatedToPos>
</WsTradableOrder>
<WsTradableOrder>
<ID>418656498</ID>
<AccountID>24814</AccountID>
<InstrumentID>42</InstrumentID>
<InstrumentSymbol>USDJPY</InstrumentSymbol>
<OrderType>LIMIT</OrderType>
<Quantity>1000,0</Quantity>
<FilledQnty>0,0</FilledQnty>
<AvgFilledPrice>null</AvgFilledPrice>
<RelatedToPos>false</RelatedToPos>
</WsTradableOrder>
<WsTradableOrder>
<ID>418661177</ID>
<AccountID>24814</AccountID>
<InstrumentID>30</InstrumentID>
<InstrumentSymbol>GBPUSD</InstrumentSymbol>
<OrderType>LIMIT</OrderType>
<Quantity>1000,0</Quantity>
<FilledQnty>-0,0</FilledQnty>
<AvgFilledPrice>null</AvgFilledPrice>
<RelatedToPos>false</RelatedToPos>
</WsTradableOrder>
</Orders>
</data>
</UploadTradableData>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment