Class: Quickfix::PaymentStreamInflationLagPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamInflationLagPeriod

Returns a new instance of PaymentStreamInflationLagPeriod.



37797
37798
37799
37800
37801
37802
37803
# File 'lib/quickfix_fields.rb', line 37797

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