Class: Quickfix43::Email::LinesOfText

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix43.rb

Instance Method Summary collapse

Constructor Details

#initializeLinesOfText

Returns a new instance of LinesOfText.



412
413
414
415
416
417
418
419
# File 'lib/quickfix43.rb', line 412

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 58
  order[1] = 354
  order[2] = 355
  order[3] = 0
  super(33, 58, order)
end