Class: FinTS::Segment::HKEND

Inherits:
BaseSegment show all
Defined in:
lib/fints/segment/hkend.rb

Overview

HKEND (Dialogende) Section C.4.1.2

Instance Attribute Summary

Attributes inherited from BaseSegment

#segmentno

Instance Method Summary collapse

Methods inherited from BaseSegment

#to_s

Constructor Details

#initialize(segno, dialog_id) ⇒ HKEND

Returns a new instance of HKEND.



6
7
8
9
# File 'lib/fints/segment/hkend.rb', line 6

def initialize(segno, dialog_id)
  data = [dialog_id]
  super(segno, data)
end