Class: Quickfix42::News::LinesOfText

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix42.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.



172
173
174
175
176
177
178
179
# File 'lib/quickfix42.rb', line 172

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