Class: Quickfix50Sp1::Email::NoLinesOfText

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

Instance Method Summary collapse

Constructor Details

#initializeNoLinesOfText

Returns a new instance of NoLinesOfText.



1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/quickfix50sp1.rb', line 1187

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