| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Security |
SecuritiesApi.getSecurity(Long id)
Get a security
Get a single security for a specific user.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Security> |
SecuritiesApi.getSecurityWithHttpInfo(Long id)
Get a security
Get a single security for a specific user.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SecuritiesApi.getSecurityAsync(Long id,
ApiCallback<Security> callback)
Get a security (asynchronously)
Get a single security for a specific user.
|
| Modifier and Type | Method and Description |
|---|---|
Security |
Security.accountId(Long accountId) |
Security |
Security.entryQuote(BigDecimal entryQuote) |
Security |
Security.entryQuoteCurrency(String entryQuoteCurrency) |
Security |
Security.id(Long id) |
Security |
Security.isin(String isin) |
Security |
Security.marketValue(BigDecimal marketValue) |
Security |
Security.marketValueCurrency(String marketValueCurrency) |
Security |
Security.name(String name) |
Security |
Security.quantityNominal(BigDecimal quantityNominal) |
Security |
Security.quantityNominalType(Security.QuantityNominalTypeEnum quantityNominalType) |
Security |
Security.quote(BigDecimal quote) |
Security |
Security.quoteCurrency(String quoteCurrency) |
Security |
Security.quoteDate(String quoteDate) |
Security |
Security.quoteType(Security.QuoteTypeEnum quoteType) |
Security |
Security.wkn(String wkn) |
| Modifier and Type | Method and Description |
|---|---|
List<Security> |
SecurityList.getSecurities()
List of securities
|
List<Security> |
PageableSecurityList.getSecurities()
List of securities
|
| Modifier and Type | Method and Description |
|---|---|
SecurityList |
SecurityList.addSecuritiesItem(Security securitiesItem) |
PageableSecurityList |
PageableSecurityList.addSecuritiesItem(Security securitiesItem) |
| Modifier and Type | Method and Description |
|---|---|
SecurityList |
SecurityList.securities(List<Security> securities) |
PageableSecurityList |
PageableSecurityList.securities(List<Security> securities) |
void |
SecurityList.setSecurities(List<Security> securities) |
void |
PageableSecurityList.setSecurities(List<Security> securities) |
Copyright © 2018. All rights reserved.