Class: Quickfix::NoLinesOfText
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLinesOfText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLinesOfText
constructor
A new instance of NoLinesOfText.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLinesOfText
8885 8886 8887 8888 8889 8890 8891 |
# File 'lib/quickfix_fields.rb', line 8885 def initialize(data = nil) if( data == nil ) super(33) else super(33, data) end end |
Class Method Details
.field ⇒ Object
8882 8883 8884 |
# File 'lib/quickfix_fields.rb', line 8882 def NoLinesOfText.field return 33 end |