Class: Quickfix::LegPaymentStreamInflationLagDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamInflationLagDayType

Returns a new instance of LegPaymentStreamInflationLagDayType.



31869
31870
31871
31872
31873
31874
31875
# File 'lib/quickfix_fields.rb', line 31869

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

Class Method Details

.fieldObject



31866
31867
31868
# File 'lib/quickfix_fields.rb', line 31866

def LegPaymentStreamInflationLagDayType.field
  return 40352
end