Class: Quickfix::UnderlyingPaymentStreamInflationLagPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInflationLagPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagPeriod
constructor
A new instance of UnderlyingPaymentStreamInflationLagPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagPeriod
Returns a new instance of UnderlyingPaymentStreamInflationLagPeriod.
35600 35601 35602 35603 35604 35605 35606 |
# File 'lib/quickfix_fields.rb', line 35600 def initialize(data = nil) if( data == nil ) super(40639) else super(40639, data) end end |
Class Method Details
.field ⇒ Object
35597 35598 35599 |
# File 'lib/quickfix_fields.rb', line 35597 def .field return 40639 end |