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 vontypeintTyp der Bezeichnung.static final intCode repräsentiert einen Indexnamenstatic final intCode repräsentiert ein ISINstatic final intCode repräsentiert eine kreditinstitutsinterne Bezeichnungstatic final intCode 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
-