Class: Quickfix::UnderlyingPaymentStreamAccrualDays

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



34739
34740
34741
# File 'lib/quickfix_fields.rb', line 34739

def UnderlyingPaymentStreamAccrualDays.field
	return 40573
end