Class: Quickfix::UnderlyingPaymentStubStartDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStubStartDateOffsetPeriod

Returns a new instance of UnderlyingPaymentStubStartDateOffsetPeriod.



73885
73886
73887
73888
73889
73890
73891
# File 'lib/quickfix_fields.rb', line 73885

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