Class: Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod
constructor
A new instance of UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod
Returns a new instance of UnderlyingPaymentStreamCompoundingRateIndexCurvePeriod.
72949 72950 72951 72952 72953 72954 72955 |
# File 'lib/quickfix_fields.rb', line 72949 def initialize(data = nil) if( data == nil ) super(42924) else super(42924, data) end end |
Class Method Details
.field ⇒ Object
72946 72947 72948 |
# File 'lib/quickfix_fields.rb', line 72946 def .field return 42924 end |