Class: Quickfix::UnderlyingPaymentStubEndDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetDayType

Returns a new instance of UnderlyingPaymentStubEndDateOffsetDayType.



73794
73795
73796
73797
73798
73799
73800
# File 'lib/quickfix_fields.rb', line 73794

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