Class: Quickfix41::Email::LinesOfText

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeLinesOfText

Returns a new instance of LinesOfText.



161
162
163
164
165
166
# File 'lib/quickfix41.rb', line 161

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