Class: Quickfix::UnderlyingPaymentStreamRateIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRateIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexCurvePeriod
constructor
A new instance of UnderlyingPaymentStreamRateIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexCurvePeriod
Returns a new instance of UnderlyingPaymentStreamRateIndexCurvePeriod.
35392 35393 35394 35395 35396 35397 35398 |
# File 'lib/quickfix_fields.rb', line 35392 def initialize(data = nil) if( data == nil ) super(40623) else super(40623, data) end end |
Class Method Details
.field ⇒ Object
35389 35390 35391 |
# File 'lib/quickfix_fields.rb', line 35389 def .field return 40623 end |