Class: Quickfix::UnderlyingPaymentStubIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurvePeriod
constructor
A new instance of UnderlyingPaymentStubIndex2CurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurvePeriod
Returns a new instance of UnderlyingPaymentStubIndex2CurvePeriod.
36783 36784 36785 36786 36787 36788 36789 |
# File 'lib/quickfix_fields.rb', line 36783 def initialize(data = nil) if( data == nil ) super(40730) else super(40730, data) end end |
Class Method Details
.field ⇒ Object
36780 36781 36782 |
# File 'lib/quickfix_fields.rb', line 36780 def .field return 40730 end |