Class: Quickfix::UnderlyingPaymentStubEndDateOffsetDayType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



73791
73792
73793
# File 'lib/quickfix_fields.rb', line 73791

def UnderlyingPaymentStubEndDateOffsetDayType.field
	return 42989
end