Class: Quickfix::UnderlyingNumDaysInterest

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

Returns a new instance of UnderlyingNumDaysInterest.



78214
78215
78216
78217
78218
78219
78220
# File 'lib/quickfix_fields.rb', line 78214

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

Class Method Details

.fieldObject



78211
78212
78213
# File 'lib/quickfix_fields.rb', line 78211

def UnderlyingNumDaysInterest.field
	return 2886
end