Class: Quickfix::UnderlyingProvisionDateTenorPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionDateTenorPeriod

Returns a new instance of UnderlyingProvisionDateTenorPeriod.



59832
59833
59834
59835
59836
59837
59838
# File 'lib/quickfix_fields.rb', line 59832

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