Class: Quickfix::UnderlyingPaymentStreamAccrualDays

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamAccrualDays

Returns a new instance of UnderlyingPaymentStreamAccrualDays.



34742
34743
34744
34745
34746
34747
34748
# File 'lib/quickfix_fields.rb', line 34742

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