Class: Quickfix::UnderlyingAdditionalTermBondCouponRate

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

Returns a new instance of UnderlyingAdditionalTermBondCouponRate.



58207
58208
58209
58210
58211
58212
58213
# File 'lib/quickfix_fields.rb', line 58207

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

Class Method Details

.fieldObject



58204
58205
58206
# File 'lib/quickfix_fields.rb', line 58204

def UnderlyingAdditionalTermBondCouponRate.field
  return 42029
end