Class: Quickfix::PaymentStreamInflationLagDayType

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

Returns a new instance of PaymentStreamInflationLagDayType.



37823
37824
37825
37826
37827
37828
37829
# File 'lib/quickfix_fields.rb', line 37823

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

Class Method Details

.fieldObject



37820
37821
37822
# File 'lib/quickfix_fields.rb', line 37820

def PaymentStreamInflationLagDayType.field
	return 40810
end