Class: Quickfix::UnderlyingAdditionalTermBondDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAdditionalTermBondDayCount



58285
58286
58287
58288
58289
58290
58291
# File 'lib/quickfix_fields.rb', line 58285

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