Class: Quickfix::NextIndexRollDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::NextIndexRollDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NextIndexRollDate
constructor
A new instance of NextIndexRollDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ NextIndexRollDate
Returns a new instance of NextIndexRollDate.
76134 76135 76136 76137 76138 76139 76140 |
# File 'lib/quickfix_fields.rb', line 76134 def initialize(data = nil) if( data == nil ) super(2738) else super(2738, data) end end |
Class Method Details
.field ⇒ Object
76131 76132 76133 |
# File 'lib/quickfix_fields.rb', line 76131 def NextIndexRollDate.field return 2738 end |