Class: Quickfix::LegPaymentStreamCompoundingEndDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingEndDateOffsetPeriod

Returns a new instance of LegPaymentStreamCompoundingEndDateOffsetPeriod.



66202
66203
66204
66205
66206
66207
66208
# File 'lib/quickfix_fields.rb', line 66202

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