Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamResetDateBusinessDayConvention

Returns a new instance of UnderlyingPaymentStreamResetDateBusinessDayConvention.



35002
35003
35004
35005
35006
35007
35008
# File 'lib/quickfix_fields.rb', line 35002

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