Class: Quickfix::PaymentStreamCompoundingDatesBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingDatesBusinessDayConvention

Returns a new instance of PaymentStreamCompoundingDatesBusinessDayConvention.



68581
68582
68583
68584
68585
68586
68587
# File 'lib/quickfix_fields.rb', line 68581

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