ListResult<AccountResponse>
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
|
AccountResponse [] |
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": [
{
"AccountGroupKey": "LZTc7DdejXODf-WSl2aCyQ==",
"AccountId": "192134INET",
"AccountKey": "LZTc7DdejXODf-WSl2aCyQ==",
"AccountType": "Normal",
"Active": true,
"CanUseCashPositionsAsMarginCollateral": false,
"CfdBorrowingCostsActive": false,
"ClientId": "654321",
"ClientKey": "7m4I|vtYLUnEGg77o9uQhw==",
"CreationDate": "2017-01-01T13:00:00Z",
"Currency": "EUR",
"CurrencyDecimals": 2,
"DirectMarketAccess": false,
"FractionalOrderEnabled": false,
"IndividualMargining": false,
"IsCurrencyConversionAtSettlementTime": false,
"IsMarginTradingAllowed": true,
"IsShareable": true,
"IsTrialAccount": false,
"LegalAssetTypes": [
"FxSpot",
"Stock",
"ContractFutures"
],
"ManagementType": "Client",
"MarginCalculationMethod": "Default",
"MarginLendingEnabled": "None",
"PortfolioBasedMarginEnabled": false,
"Sharing": [
"TradingFloor"
],
"SupportsAccountValueProtectionLimit": false,
"UseCashPositionsAsMarginCollateral": false
}
]
}