Class: Quickfix::UnderlyingPaymentStubEndDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetPeriod

Returns a new instance of UnderlyingPaymentStubEndDateOffsetPeriod.



73768
73769
73770
73771
73772
73773
73774
# File 'lib/quickfix_fields.rb', line 73768

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