Class: Quickfix::LegPaymentStreamRateIndexCurvePeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateIndexCurvePeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexCurvePeriod
constructor
A new instance of LegPaymentStreamRateIndexCurvePeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndexCurvePeriod
Returns a new instance of LegPaymentStreamRateIndexCurvePeriod.
31635 31636 31637 31638 31639 31640 31641 |
# File 'lib/quickfix_fields.rb', line 31635 def initialize(data = nil) if( data == nil ) super(40334) else super(40334, data) end end |
Class Method Details
.field ⇒ Object
31632 31633 31634 |
# File 'lib/quickfix_fields.rb', line 31632 def LegPaymentStreamRateIndexCurvePeriod.field return 40334 end |