TradingMotionAPI
Click here for a complete list of operations.
Account_ActiveOrders
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /api/webservice.asmx HTTP/1.1
Host: www.tradingmotion.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.tradingmotion.com/Account_ActiveOrders"
<?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>
<Account_ActiveOrders xmlns="http://www.tradingmotion.com/">
<SID>string</SID>
<Account>string</Account>
<ProductId>string</ProductId>
<IdStrategyUnit>string</IdStrategyUnit>
</Account_ActiveOrders>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?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>
<Account_ActiveOrdersResponse xmlns="http://www.tradingmotion.com/">
<Account_ActiveOrdersResult>
<Result>string</Result>
<ErrorMessage>string</ErrorMessage>
<ResponseData>
<StrategyUnitOrderList>
<StrategyUnitOrder xsi:nil="true" />
<StrategyUnitOrder xsi:nil="true" />
</StrategyUnitOrderList>
</ResponseData>
</Account_ActiveOrdersResult>
</Account_ActiveOrdersResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /api/webservice.asmx HTTP/1.1
Host: www.tradingmotion.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Account_ActiveOrders xmlns="http://www.tradingmotion.com/">
<SID>string</SID>
<Account>string</Account>
<ProductId>string</ProductId>
<IdStrategyUnit>string</IdStrategyUnit>
</Account_ActiveOrders>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Account_ActiveOrdersResponse xmlns="http://www.tradingmotion.com/">
<Account_ActiveOrdersResult>
<Result>string</Result>
<ErrorMessage>string</ErrorMessage>
<ResponseData>
<StrategyUnitOrderList>
<StrategyUnitOrder xsi:nil="true" />
<StrategyUnitOrder xsi:nil="true" />
</StrategyUnitOrderList>
</ResponseData>
</Account_ActiveOrdersResult>
</Account_ActiveOrdersResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /api/webservice.asmx/Account_ActiveOrders?SID=string&Account=string&ProductId=string&IdStrategyUnit=string HTTP/1.1 Host: www.tradingmotion.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<SystemResponseOfStrategyUnitOrders xmlns="http://www.tradingmotion.com/">
<Result>string</Result>
<ErrorMessage>string</ErrorMessage>
<ResponseData>
<StrategyUnitOrderList>
<StrategyUnitOrder>
<idStrategyUnit>int</idStrategyUnit>
<idStrategyVersion>int</idStrategyVersion>
<ProductId>string</ProductId>
<Expiry>string</Expiry>
<StrategyUnitName>string</StrategyUnitName>
<EntryTime>dateTime</EntryTime>
<LastUpdateTime>dateTime</LastUpdateTime>
<OrderType>string</OrderType>
<OrderVolume>int</OrderVolume>
<OrderPrice>decimal</OrderPrice>
<ContractLastPrice>decimal</ContractLastPrice>
<Distance>decimal</Distance>
<OrderNumber>string</OrderNumber>
<BrokerOrderId>int</BrokerOrderId>
</StrategyUnitOrder>
<StrategyUnitOrder>
<idStrategyUnit>int</idStrategyUnit>
<idStrategyVersion>int</idStrategyVersion>
<ProductId>string</ProductId>
<Expiry>string</Expiry>
<StrategyUnitName>string</StrategyUnitName>
<EntryTime>dateTime</EntryTime>
<LastUpdateTime>dateTime</LastUpdateTime>
<OrderType>string</OrderType>
<OrderVolume>int</OrderVolume>
<OrderPrice>decimal</OrderPrice>
<ContractLastPrice>decimal</ContractLastPrice>
<Distance>decimal</Distance>
<OrderNumber>string</OrderNumber>
<BrokerOrderId>int</BrokerOrderId>
</StrategyUnitOrder>
</StrategyUnitOrderList>
</ResponseData>
</SystemResponseOfStrategyUnitOrders>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /api/webservice.asmx/Account_ActiveOrders HTTP/1.1 Host: www.tradingmotion.com Content-Type: application/x-www-form-urlencoded Content-Length: length SID=string&Account=string&ProductId=string&IdStrategyUnit=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<SystemResponseOfStrategyUnitOrders xmlns="http://www.tradingmotion.com/">
<Result>string</Result>
<ErrorMessage>string</ErrorMessage>
<ResponseData>
<StrategyUnitOrderList>
<StrategyUnitOrder>
<idStrategyUnit>int</idStrategyUnit>
<idStrategyVersion>int</idStrategyVersion>
<ProductId>string</ProductId>
<Expiry>string</Expiry>
<StrategyUnitName>string</StrategyUnitName>
<EntryTime>dateTime</EntryTime>
<LastUpdateTime>dateTime</LastUpdateTime>
<OrderType>string</OrderType>
<OrderVolume>int</OrderVolume>
<OrderPrice>decimal</OrderPrice>
<ContractLastPrice>decimal</ContractLastPrice>
<Distance>decimal</Distance>
<OrderNumber>string</OrderNumber>
<BrokerOrderId>int</BrokerOrderId>
</StrategyUnitOrder>
<StrategyUnitOrder>
<idStrategyUnit>int</idStrategyUnit>
<idStrategyVersion>int</idStrategyVersion>
<ProductId>string</ProductId>
<Expiry>string</Expiry>
<StrategyUnitName>string</StrategyUnitName>
<EntryTime>dateTime</EntryTime>
<LastUpdateTime>dateTime</LastUpdateTime>
<OrderType>string</OrderType>
<OrderVolume>int</OrderVolume>
<OrderPrice>decimal</OrderPrice>
<ContractLastPrice>decimal</ContractLastPrice>
<Distance>decimal</Distance>
<OrderNumber>string</OrderNumber>
<BrokerOrderId>int</BrokerOrderId>
</StrategyUnitOrder>
</StrategyUnitOrderList>
</ResponseData>
</SystemResponseOfStrategyUnitOrders>