Class: Quickfix42::Email::LinesOfText

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

Instance Method Summary collapse

Constructor Details

#initializeLinesOfText

Returns a new instance of LinesOfText.



227
228
229
230
231
232
233
234
# File 'lib/quickfix42.rb', line 227

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