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 classGVRWPDepotUms.Entry.FinancialInstrument.Transaction
-
Field Summary
Fields Modifier and Type Field Description org.kapott.hbci.structures.TypedValueendSaldoEndsaldo des Finanzinstrumentsjava.lang.StringisinISIN des Wertpapiers (optional)java.lang.StringnameWertpapierbezeichnungorg.kapott.hbci.structures.TypedValuepreisEndsaldo des Finanzinstrumentsjava.util.DatepreisdatumPreisdatumorg.kapott.hbci.structures.TypedValuestartSaldoStartsaldo des Finanzinstrumentsjava.util.List<GVRWPDepotUms.Entry.FinancialInstrument.Transaction>transactionsListe der Transaktionen/Umsätzejava.lang.StringwknWKN des Wertpapiers (optional)
-
Constructor Summary
Constructors Constructor Description FinancialInstrument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
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 org.kapott.hbci.structures.TypedValue startSaldo
Startsaldo des Finanzinstruments
-
endSaldo
public org.kapott.hbci.structures.TypedValue endSaldo
Endsaldo des Finanzinstruments
-
preis
public org.kapott.hbci.structures.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
-
-