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