Class WPRef

java.lang.Object
org.kapott.hbci.structures.WPRef

public class WPRef extends Object
Wertpapierreferenz (eine mögliche Identifikation für ein Wertpapier
  • Field Details

    • TYPE_ISIN

      public static final int TYPE_ISIN
      Code repräsentiert ein ISIN
      See Also:
    • TYPE_WKN

      public static final int TYPE_WKN
      Code repräsentier eine WKN
      See Also:
    • TYPE_KIINTERN

      public static final int TYPE_KIINTERN
      Code repräsentiert eine kreditinstitutsinterne Bezeichnung
      See Also:
    • TYPE_IDXNAME

      public static final int TYPE_IDXNAME
      Code repräsentiert einen Indexnamen
      See Also:
    • type

      public int type
      Typ der Bezeichnung. Mögliche Werte sind
    • code

      public String code
      Bezeichnung des Wertpapiert, Interpretation abhängig vom Wert von type
  • Constructor Details

    • WPRef

      public WPRef()
    • WPRef

      public WPRef(int type, String code)
      Erstellen eines neuen Wertpapierreferenz-Objektes.
      Parameters:
      type - Typ der Referenz
      code - Wertpapierbezeichnung abhängig von type