Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionRelevantUnderlyingDateOffsetPeriod

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateOffsetPeriod.



59715
59716
59717
59718
59719
59720
59721
# File 'lib/quickfix_fields.rb', line 59715

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