| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
PageableSecurityList |
SecuritiesApi.getAndSearchAllSecurities(List<Long> ids,
String search,
List<Long> accountIds,
Integer page,
Integer perPage,
List<String> order)
Get and search all securities
Get securities of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageableSecurityList> |
SecuritiesApi.getAndSearchAllSecuritiesWithHttpInfo(List<Long> ids,
String search,
List<Long> accountIds,
Integer page,
Integer perPage,
List<String> order)
Get and search all securities
Get securities of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SecuritiesApi.getAndSearchAllSecuritiesAsync(List<Long> ids,
String search,
List<Long> accountIds,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<PageableSecurityList> callback)
Get and search all securities (asynchronously)
Get securities of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
PageableSecurityList |
PageableSecurityList.addSecuritiesItem(Security securitiesItem) |
PageableSecurityList |
PageableSecurityList.paging(Paging paging) |
PageableSecurityList |
PageableSecurityList.securities(List<Security> securities) |
Copyright © 2018. All rights reserved.