Class: Quickfix::LegAdditionalTermBondCouponRate

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

Returns a new instance of LegAdditionalTermBondCouponRate.



46494
46495
46496
46497
46498
46499
46500
# File 'lib/quickfix_fields.rb', line 46494

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

Class Method Details

.fieldObject



46491
46492
46493
# File 'lib/quickfix_fields.rb', line 46491

def LegAdditionalTermBondCouponRate.field
  return 41328
end