Class: Quickfix50Sp1::Email::NoLinesOfText
- Inherits:
-
Quickfix::Group
- Object
- Quickfix::Group
- Quickfix50Sp1::Email::NoLinesOfText
- Defined in:
- lib/quickfix50sp1.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLinesOfText
constructor
A new instance of NoLinesOfText.
Constructor Details
#initialize ⇒ NoLinesOfText
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 |