Class: Quickfix::NoUnderlyingReturnRateDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRateDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateDates
constructor
A new instance of NoUnderlyingReturnRateDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateDates
Returns a new instance of NoUnderlyingReturnRateDates.
74041 74042 74043 74044 74045 74046 74047 |
# File 'lib/quickfix_fields.rb', line 74041 def initialize(data = nil) if( data == nil ) super(43008) else super(43008, data) end end |
Class Method Details
.field ⇒ Object
74038 74039 74040 |
# File 'lib/quickfix_fields.rb', line 74038 def .field return 43008 end |