Class: Quickfix::UnderlyingPaymentStreamRateIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2CurvePeriod
constructor
A new instance of UnderlyingPaymentStreamRateIndex2CurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2CurvePeriod
Returns a new instance of UnderlyingPaymentStreamRateIndex2CurvePeriod.
55139 55140 55141 55142 55143 55144 55145 |
# File 'lib/quickfix_fields.rb', line 55139 def initialize(data = nil) if( data == nil ) super(41912) else super(41912, data) end end |
Class Method Details
.field ⇒ Object
55136 55137 55138 |
# File 'lib/quickfix_fields.rb', line 55136 def .field return 41912 end |