Class: Quickfix::LegPaymentStreamInflationLagUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamInflationLagUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInflationLagUnit
constructor
A new instance of LegPaymentStreamInflationLagUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInflationLagUnit
Returns a new instance of LegPaymentStreamInflationLagUnit.
31856 31857 31858 31859 31860 31861 31862 |
# File 'lib/quickfix_fields.rb', line 31856 def initialize(data = nil) if( data == nil ) super(40351) else super(40351, data) end end |
Class Method Details
.field ⇒ Object
31853 31854 31855 |
# File 'lib/quickfix_fields.rb', line 31853 def LegPaymentStreamInflationLagUnit.field return 40351 end |