Package org.kapott.hbci.structures
Class WPRef
java.lang.Object
org.kapott.hbci.structures.WPRef
Wertpapierreferenz (eine mögliche Identifikation für ein Wertpapier
-
Field Summary
FieldsModifier and TypeFieldDescriptionBezeichnung des Wertpapiert, Interpretation abhängig vom Wert vontype
int
Typ der Bezeichnung.static final int
Code repräsentiert einen Indexnamenstatic final int
Code repräsentiert ein ISINstatic final int
Code repräsentiert eine kreditinstitutsinterne Bezeichnungstatic final int
Code repräsentier eine WKN -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_ISIN
public static final int TYPE_ISINCode repräsentiert ein ISIN- See Also:
-
TYPE_WKN
public static final int TYPE_WKNCode repräsentier eine WKN- See Also:
-
TYPE_KIINTERN
public static final int TYPE_KIINTERNCode repräsentiert eine kreditinstitutsinterne Bezeichnung- See Also:
-
TYPE_IDXNAME
public static final int TYPE_IDXNAMECode repräsentiert einen Indexnamen- See Also:
-
type
public int typeTyp der Bezeichnung. Mögliche Werte sind -
code
Bezeichnung des Wertpapiert, Interpretation abhängig vom Wert vontype
-
-
Constructor Details
-
WPRef
public WPRef() -
WPRef
Erstellen eines neuen Wertpapierreferenz-Objektes.- Parameters:
type
- Typ der Referenzcode
- Wertpapierbezeichnung abhängig vontype
-