Class: Quickfix::LegCouponDayCount

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

Instance Method Summary collapse

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