Class: Quickfix::UnderlyingPaymentStubIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurvePeriod
constructor
A new instance of UnderlyingPaymentStubIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurvePeriod
36601 36602 36603 36604 36605 36606 36607 |
# File 'lib/quickfix_fields.rb', line 36601 def initialize(data = nil) if( data == nil ) super(40716) else super(40716, data) end end |
Class Method Details
.field ⇒ Object
36598 36599 36600 |
# File 'lib/quickfix_fields.rb', line 36598 def .field return 40716 end |