ListResult<OrderResponse>
Represents a feed of entities that includes additional information that Open API Query support.
-
Name |
Type |
Description |
__count
|
Long |
The total count of items in the feed.
|
__next
|
Uri |
The link for the next page of items in the feed.
|
Data
|
OrderResponse [] |
The collection of entities for this feed.
|
MaxRows
|
Int |
The maximum number of rows that can be returned (if applicable).
|
Example
{
"__next": "/openapi/port/....../?$top=1&$skip=1",
"Data": [
{
"AccountId": "192134INET",
"AccountKey": "LZTc7DdejXODf-WSl2aCyQ==",
"Amount": 250000.0,
"AssetType": "FxSpot",
"BuySell": "Buy",
"CalculationReliability": "Ok",
"ClientKey": "7m4I|vtYLUnEGg77o9uQhw==",
"CurrentPrice": 1.09062,
"CurrentPriceDelayMinutes": 0,
"CurrentPriceType": "Ask",
"DistanceToMarket": 0.04062,
"Duration": {
"DurationType": "GoodTillCancel"
},
"IsExtendedHoursEnabled": false,
"IsForceOpen": false,
"IsMarketOpen": false,
"MarketPrice": 1.09062,
"NonTradableReason": "None",
"OpenOrderType": "Limit",
"OrderAmountType": "Quantity",
"OrderId": "49318458",
"OrderRelation": "StandAlone",
"OrderTime": "2017-04-12T07:56:00Z",
"Price": 1.05,
"PriceWithoutSpread": 1.04,
"Status": "Working",
"Uic": 21
}
]
}