Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingStartDateRelativeTo

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateRelativeTo.



73183
73184
73185
73186
73187
73188
73189
# File 'lib/quickfix_fields.rb', line 73183

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