Class: Quickfix::LinesOfText
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LinesOfText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LinesOfText
constructor
A new instance of LinesOfText.
Constructor Details
#initialize(data = nil) ⇒ LinesOfText
Returns a new instance of LinesOfText.
825 826 827 828 829 830 831 |
# File 'lib/quickfix_fields.rb', line 825 def initialize(data = nil) if( data == nil ) super(33) else super(33, data) end end |
Class Method Details
.field ⇒ Object
822 823 824 |
# File 'lib/quickfix_fields.rb', line 822 def LinesOfText.field return 33 end |