Class: Quickfix::LegPaymentStreamInflationLagDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamInflationLagDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInflationLagDayType
constructor
A new instance of LegPaymentStreamInflationLagDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInflationLagDayType
Returns a new instance of LegPaymentStreamInflationLagDayType.
31869 31870 31871 31872 31873 31874 31875 |
# File 'lib/quickfix_fields.rb', line 31869 def initialize(data = nil) if( data == nil ) super(40352) else super(40352, data) end end |
Class Method Details
.field ⇒ Object
31866 31867 31868 |
# File 'lib/quickfix_fields.rb', line 31866 def LegPaymentStreamInflationLagDayType.field return 40352 end |