Class: Quickfix::PaymentStreamInflationLagDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamInflationLagDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInflationLagDayType
constructor
A new instance of PaymentStreamInflationLagDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInflationLagDayType
Returns a new instance of PaymentStreamInflationLagDayType.
37823 37824 37825 37826 37827 37828 37829 |
# File 'lib/quickfix_fields.rb', line 37823 def initialize(data = nil) if( data == nil ) super(40810) else super(40810, data) end end |
Class Method Details
.field ⇒ Object
37820 37821 37822 |
# File 'lib/quickfix_fields.rb', line 37820 def PaymentStreamInflationLagDayType.field return 40810 end |