Class: Quickfix::InterestAtMaturity

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InterestAtMaturity

Returns a new instance of InterestAtMaturity.



6974
6975
6976
6977
6978
6979
6980
# File 'lib/quickfix_fields.rb', line 6974

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

Class Method Details

.fieldObject



6971
6972
6973
# File 'lib/quickfix_fields.rb', line 6971

def InterestAtMaturity.field
  return 738
end