Class: Quickfix::LegPaymentStreamRateIndex2CurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateIndex2CurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2CurvePeriod
constructor
A new instance of LegPaymentStreamRateIndex2CurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2CurvePeriod
50121 50122 50123 50124 50125 50126 50127 |
# File 'lib/quickfix_fields.rb', line 50121 def initialize(data = nil) if( data == nil ) super(41564) else super(41564, data) end end |
Class Method Details
.field ⇒ Object
50118 50119 50120 |
# File 'lib/quickfix_fields.rb', line 50118 def LegPaymentStreamRateIndex2CurvePeriod.field return 41564 end |