Class: Quickfix::UnderlyingPaymentStubStartDateOffsetDayType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetDayType

Returns a new instance of UnderlyingPaymentStubStartDateOffsetDayType.



73911
73912
73913
73914
73915
73916
73917
# File 'lib/quickfix_fields.rb', line 73911

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