Class: Quickfix::InterestAtMaturity

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InterestAtMaturity

Returns a new instance of InterestAtMaturity.



10107
10108
10109
10110
10111
10112
10113
# File 'lib/quickfix_fields.rb', line 10107

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

Class Method Details

.fieldObject



10104
10105
10106
# File 'lib/quickfix_fields.rb', line 10104

def InterestAtMaturity.field
  return 738
end