Class: Quickfix::IndexRollMonth
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::IndexRollMonth
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ IndexRollMonth
constructor
A new instance of IndexRollMonth.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ IndexRollMonth
76069 76070 76071 76072 76073 76074 76075 |
# File 'lib/quickfix_fields.rb', line 76069 def initialize(data = nil) if( data == nil ) super(2733) else super(2733, data) end end |
Class Method Details
.field ⇒ Object
76066 76067 76068 |
# File 'lib/quickfix_fields.rb', line 76066 def IndexRollMonth.field return 2733 end |