Class: Quickfix::NoIndexRollMonths
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoIndexRollMonths
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoIndexRollMonths
constructor
A new instance of NoIndexRollMonths.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoIndexRollMonths
76082 76083 76084 76085 76086 76087 76088 |
# File 'lib/quickfix_fields.rb', line 76082 def initialize(data = nil) if( data == nil ) super(2734) else super(2734, data) end end |
Class Method Details
.field ⇒ Object
76079 76080 76081 |
# File 'lib/quickfix_fields.rb', line 76079 def NoIndexRollMonths.field return 2734 end |