Class: Quickfix::LegPaymentStreamCompoundingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDateType

Returns a new instance of LegPaymentStreamCompoundingDateType.



65994
65995
65996
65997
65998
65999
66000
# File 'lib/quickfix_fields.rb', line 65994

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