Class: Quickfix::AllocInterestAtMaturity

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

Returns a new instance of AllocInterestAtMaturity.



10146
10147
10148
10149
10150
10151
10152
# File 'lib/quickfix_fields.rb', line 10146

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

Class Method Details

.fieldObject



10143
10144
10145
# File 'lib/quickfix_fields.rb', line 10143

def AllocInterestAtMaturity.field
  return 741
end