Class: Quickfix::UnderlyingPaymentStubEndDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateBusinessDayConvention

Returns a new instance of UnderlyingPaymentStubEndDateBusinessDayConvention.



73742
73743
73744
73745
73746
73747
73748
# File 'lib/quickfix_fields.rb', line 73742

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