Class: FinTS::Segment::HKVVB
- Inherits:
-
BaseSegment
- Object
- BaseSegment
- FinTS::Segment::HKVVB
- Defined in:
- lib/fints/segment/hkvvb.rb
Overview
HKVVB (Verarbeitungsvorbereitung) Section C.3.1.3
Constant Summary collapse
- LANG_DE =
1- LANG_EN =
2- LANG_FR =
3
Instance Attribute Summary
Attributes inherited from BaseSegment
Instance Method Summary collapse
-
#initialize(segment_no, lang: LANG_DE) ⇒ HKVVB
constructor
A new instance of HKVVB.
Methods inherited from BaseSegment
Constructor Details
#initialize(segment_no, lang: LANG_DE) ⇒ HKVVB
Returns a new instance of HKVVB.
10 11 12 13 |
# File 'lib/fints/segment/hkvvb.rb', line 10 def initialize(segment_no, lang: LANG_DE) data = [0, 0, lang, Helper.fints_escape(FinTS::GEM_NAME), Helper.fints_escape(FinTS::VERSION)] super(segment_no, data) end |