Class: Quickfix::PaymentStreamCompoundingStartDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateRelativeTo

Returns a new instance of PaymentStreamCompoundingStartDateRelativeTo.



69075
69076
69077
69078
69079
69080
69081
# File 'lib/quickfix_fields.rb', line 69075

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