Class: Quickfix::UnderlyingPaymentStreamInflationLagDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInflationLagDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagDayType
constructor
A new instance of UnderlyingPaymentStreamInflationLagDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagDayType
35626 35627 35628 35629 35630 35631 35632 |
# File 'lib/quickfix_fields.rb', line 35626 def initialize(data = nil) if( data == nil ) super(40641) else super(40641, data) end end |
Class Method Details
.field ⇒ Object
35623 35624 35625 |
# File 'lib/quickfix_fields.rb', line 35623 def .field return 40641 end |