Class: Quickfix::UnderlyingPaymentStreamFixingDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixingDateBusinessDayConvention

Returns a new instance of UnderlyingPaymentStreamFixingDateBusinessDayConvention.



35171
35172
35173
35174
35175
35176
35177
# File 'lib/quickfix_fields.rb', line 35171

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