Class: Quickfix::UnderlyingPaymentStreamInflationLagUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamInflationLagUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagUnit
constructor
A new instance of UnderlyingPaymentStreamInflationLagUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInflationLagUnit
Returns a new instance of UnderlyingPaymentStreamInflationLagUnit.
35613 35614 35615 35616 35617 35618 35619 |
# File 'lib/quickfix_fields.rb', line 35613 def initialize(data = nil) if( data == nil ) super(40640) else super(40640, data) end end |
Class Method Details
.field ⇒ Object
35610 35611 35612 |
# File 'lib/quickfix_fields.rb', line 35610 def .field return 40640 end |