Class: Quickfix::UnderlyingCouponOtherDayCount

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

Returns a new instance of UnderlyingCouponOtherDayCount.



78110
78111
78112
78113
78114
78115
78116
# File 'lib/quickfix_fields.rb', line 78110

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

Class Method Details

.fieldObject



78107
78108
78109
# File 'lib/quickfix_fields.rb', line 78107

def UnderlyingCouponOtherDayCount.field
  return 2881
end