Class: Quickfix::UnderlyingProvisionDateTenorPeriod

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) ⇒ 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

Class Method Details

.fieldObject



59829
59830
59831
# File 'lib/quickfix_fields.rb', line 59829

def UnderlyingProvisionDateTenorPeriod.field
	return 42154
end