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
DatenQuelleApi
getActualValue
in interface DatenQuelleApi<ArdStockInfoBean>
FinanceException
DatenQuelleApi.getActualValue(StockInfoBean)
public java.util.List<ArdStockInfoBean> getSearchResults(java.lang.String searchText) throws FinanceException
DatenQuelleApi
getSearchResults
in interface DatenQuelleApi<ArdStockInfoBean>
FinanceException
getSearchResults(java.lang.String)
public ArdStockInfoBean loadHistoryValues(ArdStockInfoBean stock) throws FinanceException
DatenQuelleApi
loadHistoryValues
in interface DatenQuelleApi<ArdStockInfoBean>
FinanceException
DatenQuelleApi.loadHistoryValues(de.frankmuenster.jameica.finanzen.StockInfoBean)