Package org.kapott.hbci.GV_Result
Class GVRWPDepotUms.Entry.FinancialInstrument
- java.lang.Object
-
- org.kapott.hbci.GV_Result.GVRWPDepotUms.Entry.FinancialInstrument
-
- Enclosing class:
- GVRWPDepotUms.Entry
public static class GVRWPDepotUms.Entry.FinancialInstrument extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRWPDepotUms.Entry.FinancialInstrument.Transaction
-
Field Summary
Fields Modifier and Type Field Description TypedValue
endSaldo
Endsaldo des Finanzinstrumentsjava.lang.String
isin
ISIN des Wertpapiers (optional)java.lang.String
name
WertpapierbezeichnungTypedValue
preis
Endsaldo des Finanzinstrumentsjava.util.Date
preisdatum
PreisdatumTypedValue
startSaldo
Startsaldo des Finanzinstrumentsjava.util.List<GVRWPDepotUms.Entry.FinancialInstrument.Transaction>
transactions
Liste der Transaktionen/Umsätzejava.lang.String
wkn
WKN des Wertpapiers (optional)
-
Constructor Summary
Constructors Constructor Description FinancialInstrument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
isin
public java.lang.String isin
ISIN des Wertpapiers (optional)
-
wkn
public java.lang.String wkn
WKN des Wertpapiers (optional)
-
name
public java.lang.String name
Wertpapierbezeichnung
-
startSaldo
public TypedValue startSaldo
Startsaldo des Finanzinstruments
-
endSaldo
public TypedValue endSaldo
Endsaldo des Finanzinstruments
-
preis
public TypedValue preis
Endsaldo des Finanzinstruments
-
preisdatum
public java.util.Date preisdatum
Preisdatum
-
transactions
public final java.util.List<GVRWPDepotUms.Entry.FinancialInstrument.Transaction> transactions
Liste der Transaktionen/Umsätze
-
-