Class: Quickfix::AdditionalTermBondCouponFrequencyPeriod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AdditionalTermBondCouponFrequencyPeriod

Returns a new instance of AdditionalTermBondCouponFrequencyPeriod.



27488
27489
27490
27491
27492
27493
27494
# File 'lib/quickfix_fields.rb', line 27488

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

Class Method Details

.fieldObject



27485
27486
27487
# File 'lib/quickfix_fields.rb', line 27485

def AdditionalTermBondCouponFrequencyPeriod.field
  return 40016
end