Package org.kapott.hbci.GV_Result
Class GVRWPDepotUms.Entry
- java.lang.Object
-
- org.kapott.hbci.GV_Result.GVRWPDepotUms.Entry
-
- Enclosing class:
- GVRWPDepotUms
public static final class GVRWPDepotUms.Entry extends java.lang.Object
Ein Eintrag zu genau einem Depot
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GVRWPDepotUms.Entry.FinancialInstrument
-
Field Summary
Fields Modifier and Type Field Description Konto
depot
Depotkonto, auf das sich der Eintrag bezieht.java.util.List<GVRWPDepotUms.Entry.FinancialInstrument>
instruments
Liste der Wertpapiere mit Umsätzenjava.util.Date
timestamp
Zeitpunkt der Erstellung dieser Daten
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
timestamp
public java.util.Date timestamp
Zeitpunkt der Erstellung dieser Daten
-
depot
public Konto depot
Depotkonto, auf das sich der Eintrag bezieht.
-
instruments
public final java.util.List<GVRWPDepotUms.Entry.FinancialInstrument> instruments
Liste der Wertpapiere mit Umsätzen
-
-