Class: Quickfix::AdditionalTermBondCouponRate

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

Returns a new instance of AdditionalTermBondCouponRate.



27436
27437
27438
27439
27440
27441
27442
# File 'lib/quickfix_fields.rb', line 27436

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

Class Method Details

.fieldObject



27433
27434
27435
# File 'lib/quickfix_fields.rb', line 27433

def AdditionalTermBondCouponRate.field
  return 40012
end