Class: Quickfix::UnderlyingNumDaysInterest

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

Instance Method Summary collapse

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