Class: Quickfix::UnderlyingAdditionalTermBondCouponFrequencyPeriod

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

Returns a new instance of UnderlyingAdditionalTermBondCouponFrequencyPeriod.



58259
58260
58261
58262
58263
58264
58265
# File 'lib/quickfix_fields.rb', line 58259

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

Class Method Details

.fieldObject



58256
58257
58258
# File 'lib/quickfix_fields.rb', line 58256

def UnderlyingAdditionalTermBondCouponFrequencyPeriod.field
  return 42033
end