Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateRelativeTo

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

Returns a new instance of LegProvisionOptionRelevantUnderlyingDateRelativeTo.



33936
33937
33938
33939
33940
33941
33942
# File 'lib/quickfix_fields.rb', line 33936

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

Class Method Details

.fieldObject



33933
33934
33935
# File 'lib/quickfix_fields.rb', line 33933

def LegProvisionOptionRelevantUnderlyingDateRelativeTo.field
	return 40511
end