Class: Quickfix::LegPaymentStubIndex2CurvePeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2CurvePeriod

Returns a new instance of LegPaymentStubIndex2CurvePeriod.



33013
33014
33015
33016
33017
33018
33019
# File 'lib/quickfix_fields.rb', line 33013

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