Class: Quickfix::UnderlyingNumDaysInterest
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingNumDaysInterest
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNumDaysInterest
constructor
A new instance of UnderlyingNumDaysInterest.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNumDaysInterest
Returns a new instance of UnderlyingNumDaysInterest.
78214 78215 78216 78217 78218 78219 78220 |
# File 'lib/quickfix_fields.rb', line 78214 def initialize(data = nil) if( data == nil ) super(2886) else super(2886, data) end end |
Class Method Details
.field ⇒ Object
78211 78212 78213 |
# File 'lib/quickfix_fields.rb', line 78211 def UnderlyingNumDaysInterest.field return 2886 end |