Class: Quickfix::LegAdditionalTermBondDayCount

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

Returns a new instance of LegAdditionalTermBondDayCount.



46572
46573
46574
46575
46576
46577
46578
# File 'lib/quickfix_fields.rb', line 46572

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

Class Method Details

.fieldObject



46569
46570
46571
# File 'lib/quickfix_fields.rb', line 46569

def LegAdditionalTermBondDayCount.field
	return 41334
end