Class: Quickfix::PaymentStubIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexCurvePeriod
constructor
A new instance of PaymentStubIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexCurvePeriod
38733 38734 38735 38736 38737 38738 38739 |
# File 'lib/quickfix_fields.rb', line 38733 def initialize(data = nil) if( data == nil ) super(40880) else super(40880, data) end end |
Class Method Details
.field ⇒ Object
38730 38731 38732 |
# File 'lib/quickfix_fields.rb', line 38730 def PaymentStubIndexCurvePeriod.field return 40880 end |