Class: Quickfix::NoPaymentStreamCompoundingDates

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPaymentStreamCompoundingDates

Returns a new instance of NoPaymentStreamCompoundingDates.



68542
68543
68544
68545
68546
68547
68548
# File 'lib/quickfix_fields.rb', line 68542

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