Class: Quickfix::NoUnderlyingReturnRateValuationDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRateValuationDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRateValuationDates
constructor
A new instance of NoUnderlyingReturnRateValuationDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRateValuationDates
Returns a new instance of NoUnderlyingReturnRateValuationDates.
74860 74861 74862 74863 74864 74865 74866 |
# File 'lib/quickfix_fields.rb', line 74860 def initialize(data = nil) if( data == nil ) super(43071) else super(43071, data) end end |
Class Method Details
.field ⇒ Object
74857 74858 74859 |
# File 'lib/quickfix_fields.rb', line 74857 def .field return 43071 end |