Class: Quickfix41::News::LinesOfText

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

Instance Method Summary collapse

Constructor Details

#initializeLinesOfText

Returns a new instance of LinesOfText.



124
125
126
127
128
129
# File 'lib/quickfix41.rb', line 124

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