Class: Quickfix::UnderlyingPaymentStreamOtherDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamOtherDayCount

Returns a new instance of UnderlyingPaymentStreamOtherDayCount.



78032
78033
78034
78035
78036
78037
78038
# File 'lib/quickfix_fields.rb', line 78032

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