Class: Quickfix::UnderlyingProvisionOptionRelevantUnderlyingDateOffsetDayType

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

Returns a new instance of UnderlyingProvisionOptionRelevantUnderlyingDateOffsetDayType.



59741
59742
59743
59744
59745
59746
59747
# File 'lib/quickfix_fields.rb', line 59741

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

Class Method Details

.fieldObject



59738
59739
59740
# File 'lib/quickfix_fields.rb', line 59738

def UnderlyingProvisionOptionRelevantUnderlyingDateOffsetDayType.field
	return 42147
end