Class: Quickfix::UnderlyingDateRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDateRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDateRollConvention
constructor
A new instance of UnderlyingDateRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDateRollConvention
Returns a new instance of UnderlyingDateRollConvention.
39799 39800 39801 39802 39803 39804 39805 |
# File 'lib/quickfix_fields.rb', line 39799 def initialize(data = nil) if( data == nil ) super(40965) else super(40965, data) end end |
Class Method Details
.field ⇒ Object
39796 39797 39798 |
# File 'lib/quickfix_fields.rb', line 39796 def .field return 40965 end |