Class: Quickfix::UnderlyingCouponFrequencyUnit

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

Returns a new instance of UnderlyingCouponFrequencyUnit.



26084
26085
26086
26087
26088
26089
26090
# File 'lib/quickfix_fields.rb', line 26084

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

Class Method Details

.fieldObject



26081
26082
26083
# File 'lib/quickfix_fields.rb', line 26081

def UnderlyingCouponFrequencyUnit.field
  return 1992
end