Class: Quickfix::LegDateRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDateRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDateRollConvention
constructor
A new instance of LegDateRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDateRollConvention
Returns a new instance of LegDateRollConvention.
39292 39293 39294 39295 39296 39297 39298 |
# File 'lib/quickfix_fields.rb', line 39292 def initialize(data = nil) if( data == nil ) super(40926) else super(40926, data) end end |
Class Method Details
.field ⇒ Object
39289 39290 39291 |
# File 'lib/quickfix_fields.rb', line 39289 def LegDateRollConvention.field return 40926 end |