public static class GVRWPDepotUms.Entry.FinancialInstrument
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
GVRWPDepotUms.Entry.FinancialInstrument.Transaction |
Modifier and Type | Field | Description |
---|---|---|
org.kapott.hbci.structures.TypedValue |
endSaldo |
Endsaldo des Finanzinstruments
|
java.lang.String |
isin |
ISIN des Wertpapiers (optional)
|
java.lang.String |
name |
Wertpapierbezeichnung
|
org.kapott.hbci.structures.TypedValue |
preis |
Endsaldo des Finanzinstruments
|
java.util.Date |
preisdatum |
Preisdatum
|
org.kapott.hbci.structures.TypedValue |
startSaldo |
Startsaldo des Finanzinstruments
|
java.util.List<GVRWPDepotUms.Entry.FinancialInstrument.Transaction> |
transactions |
Liste der Transaktionen/Umsätze
|
java.lang.String |
wkn |
WKN des Wertpapiers (optional)
|
Constructor | Description |
---|---|
FinancialInstrument() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public java.lang.String isin
public java.lang.String wkn
public java.lang.String name
public org.kapott.hbci.structures.TypedValue startSaldo
public org.kapott.hbci.structures.TypedValue endSaldo
public org.kapott.hbci.structures.TypedValue preis
public java.util.Date preisdatum
public final java.util.List<GVRWPDepotUms.Entry.FinancialInstrument.Transaction> transactions