Class: Quickfix::UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention

Returns a new instance of UnderlyingPaymentStreamInitialFixingDateBusinessDayConvention.



35080
35081
35082
35083
35084
35085
35086
# File 'lib/quickfix_fields.rb', line 35080

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