Class: Quickfix50Sp1::Email::NoLinesOfText

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLinesOfText



1677
1678
1679
1680
1681
1682
1683
1684
# File 'lib/quickfix50sp1.rb', line 1677

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