Class: Quickfix::LegAdditionalTermBondCouponFrequencyUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegAdditionalTermBondCouponFrequencyUnit

Returns a new instance of LegAdditionalTermBondCouponFrequencyUnit.



46559
46560
46561
46562
46563
46564
46565
# File 'lib/quickfix_fields.rb', line 46559

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

Class Method Details

.fieldObject



46556
46557
46558
# File 'lib/quickfix_fields.rb', line 46556

def LegAdditionalTermBondCouponFrequencyUnit.field
  return 41333
end