Class: Quickfix::UnderlyingPaymentStubStartDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateBusinessDayConvention

Returns a new instance of UnderlyingPaymentStubStartDateBusinessDayConvention.



73859
73860
73861
73862
73863
73864
73865
# File 'lib/quickfix_fields.rb', line 73859

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