Class: Quickfix::LegPaymentStreamInflationLagUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



31853
31854
31855
# File 'lib/quickfix_fields.rb', line 31853

def LegPaymentStreamInflationLagUnit.field
  return 40351
end