Class: Quickfix::LegPaymentStreamCompoundingStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingStartDateRelativeTo

Returns a new instance of LegPaymentStreamCompoundingStartDateRelativeTo.



66501
66502
66503
66504
66505
66506
66507
# File 'lib/quickfix_fields.rb', line 66501

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