Class: Quickfix::LegPaymentStubIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStubIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexCurvePeriod
constructor
A new instance of LegPaymentStubIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexCurvePeriod
Returns a new instance of LegPaymentStubIndexCurvePeriod.
32831 32832 32833 32834 32835 32836 32837 |
# File 'lib/quickfix_fields.rb', line 32831 def initialize(data = nil) if( data == nil ) super(40426) else super(40426, data) end end |
Class Method Details
.field ⇒ Object
32828 32829 32830 |
# File 'lib/quickfix_fields.rb', line 32828 def LegPaymentStubIndexCurvePeriod.field return 40426 end |