Class: Quickfix50Sp2::Email::NoLinesOfText

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

Instance Method Summary collapse

Constructor Details

#initializeNoLinesOfText

Returns a new instance of NoLinesOfText.



1285
1286
1287
1288
1289
1290
1291
1292
# File 'lib/quickfix50sp2.rb', line 1285

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