Class: Quickfix::UnderlyingPaymentStreamPricingDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayCount

Returns a new instance of UnderlyingPaymentStreamPricingDayCount.



55399
55400
55401
55402
55403
55404
55405
# File 'lib/quickfix_fields.rb', line 55399

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