Class: Quickfix::PaymentStreamCompoundingDateType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingDateType

Returns a new instance of PaymentStreamCompoundingDateType.



68568
68569
68570
68571
68572
68573
68574
# File 'lib/quickfix_fields.rb', line 68568

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