Class: Quickfix::PaymentStreamInflationLagUnit

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) ⇒ PaymentStreamInflationLagUnit

Returns a new instance of PaymentStreamInflationLagUnit.



37810
37811
37812
37813
37814
37815
37816
# File 'lib/quickfix_fields.rb', line 37810

def initialize(data = nil)
  if( data == nil )
    super(40809)
  else
    super(40809, data)
  end
end

Class Method Details

.fieldObject



37807
37808
37809
# File 'lib/quickfix_fields.rb', line 37807

def PaymentStreamInflationLagUnit.field
  return 40809
end