Class: Quickfix::UnderlyingCouponDayCount

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



26097
26098
26099
26100
26101
26102
26103
# File 'lib/quickfix_fields.rb', line 26097

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

Class Method Details

.fieldObject



26094
26095
26096
# File 'lib/quickfix_fields.rb', line 26094

def UnderlyingCouponDayCount.field
  return 1993
end