POST api/Symbol/GetSymbol
Request Information
URI Parameters
None.
Body Parameters
SymbolGetRequestName | Description | Type | Additional information |
---|---|---|---|
SymbolName | string |
None. |
|
Ip | string |
None. |
|
Port | integer |
None. |
|
ApiLogin | integer |
None. |
|
ApiPassword | string |
None. |
|
Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SymbolName": "sample string 1", "Ip": "sample string 2", "Port": 3, "ApiLogin": 4, "ApiPassword": "sample string 5", "Password": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDtoOfLastSymbolTickResponseName | Description | Type | Additional information |
---|---|---|---|
Status | MTRetCode |
None. |
|
Data | LastSymbolTickResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 0, "Data": { "Ask": 1.1, "Bid": 2.1 } }