Class: Quickfix::LegAdditionalTermBondCouponFrequencyPeriod

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

Returns a new instance of LegAdditionalTermBondCouponFrequencyPeriod.



46546
46547
46548
46549
46550
46551
46552
# File 'lib/quickfix_fields.rb', line 46546

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

Class Method Details

.fieldObject



46543
46544
46545
# File 'lib/quickfix_fields.rb', line 46543

def LegAdditionalTermBondCouponFrequencyPeriod.field
  return 41332
end