Class: Quickfix44::Email::NoLinesOfText
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix44::Email::NoLinesOfText
- Defined in:
- lib/quickfix44.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLinesOfText
constructor
A new instance of NoLinesOfText.
Constructor Details
#initialize ⇒ NoLinesOfText
Returns a new instance of NoLinesOfText.
902 903 904 905 906 907 908 909 |
# File 'lib/quickfix44.rb', line 902 def initialize order = Quickfix::IntArray.new(4) order[0] = 58 order[1] = 354 order[2] = 355 order[3] = 0 super(33, 58, order) end |