Class: Quickfix::LegCouponDayCount

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

Returns a new instance of LegCouponDayCount.



42711
42712
42713
42714
42715
42716
42717
# File 'lib/quickfix_fields.rb', line 42711

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

Class Method Details

.fieldObject



42708
42709
42710
# File 'lib/quickfix_fields.rb', line 42708

def LegCouponDayCount.field
  return 2165
end