Class: FinTS::Segment::HKSAL

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

Overview

Instance Attribute Summary

Attributes inherited from BaseSegment

#segmentno

Instance Method Summary collapse

Methods inherited from BaseSegment

#to_s

Constructor Details

#initialize(segno, version, account) ⇒ HKSAL

Returns a new instance of HKSAL.



7
8
9
10
11
12
13
14
# File 'lib/fints/segment/hksal.rb', line 7

def initialize(segno, version, )
  @version = version
  data = [
    ,
    'N'
  ]
  super(segno, data)
end