public final class BoerseArdApi extends java.lang.Object implements DatenQuelleApi<ArdStockInfoBean>
| Modifier and Type | Method and Description |
|---|---|
ArdStockInfoBean |
getActualValue(ArdStockInfoBean stock)
Aktualisiert ein Wertpapier
|
static DatenQuelleApi<ArdStockInfoBean> |
getInstance()
Liefert die BoerseArd-API Instanz.
|
java.util.List<ArdStockInfoBean> |
getSearchResults(java.lang.String searchText)
Sucht nach Wertpapieren und liefert eine entsprechende Liste zurück
|
ArdStockInfoBean |
loadHistoryValues(ArdStockInfoBean stock)
Liest die historischen Daten, falls verfügbar
|
public static DatenQuelleApi<ArdStockInfoBean> getInstance()
public ArdStockInfoBean getActualValue(ArdStockInfoBean stock) throws FinanceException
DatenQuelleApigetActualValue in interface DatenQuelleApi<ArdStockInfoBean>FinanceExceptionDatenQuelleApi.getActualValue(StockInfoBean)public java.util.List<ArdStockInfoBean> getSearchResults(java.lang.String searchText) throws FinanceException
DatenQuelleApigetSearchResults in interface DatenQuelleApi<ArdStockInfoBean>FinanceExceptiongetSearchResults(java.lang.String)public ArdStockInfoBean loadHistoryValues(ArdStockInfoBean stock) throws FinanceException
DatenQuelleApiloadHistoryValues in interface DatenQuelleApi<ArdStockInfoBean>FinanceExceptionDatenQuelleApi.loadHistoryValues(de.frankmuenster.jameica.finanzen.StockInfoBean)