Class: Quickfix::PaymentStreamAccrualDays

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) ⇒ PaymentStreamAccrualDays

Returns a new instance of PaymentStreamAccrualDays.



36952
36953
36954
36955
36956
36957
36958
# File 'lib/quickfix_fields.rb', line 36952

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

Class Method Details

.fieldObject



36949
36950
36951
# File 'lib/quickfix_fields.rb', line 36949

def PaymentStreamAccrualDays.field
	return 40743
end