Class: Quickfix::LegPaymentStreamCompoundingRateIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingRateIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateIndexCurvePeriod
constructor
A new instance of LegPaymentStreamCompoundingRateIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingRateIndexCurvePeriod
Returns a new instance of LegPaymentStreamCompoundingRateIndexCurvePeriod.
66267 66268 66269 66270 66271 66272 66273 |
# File 'lib/quickfix_fields.rb', line 66267 def initialize(data = nil) if( data == nil ) super(42428) else super(42428, data) end end |
Class Method Details
.field ⇒ Object
66264 66265 66266 |
# File 'lib/quickfix_fields.rb', line 66264 def LegPaymentStreamCompoundingRateIndexCurvePeriod.field return 42428 end |