Class: Quickfix::ProvisionOptionExerciseStartDateRelativeTo

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

Returns a new instance of ProvisionOptionExerciseStartDateRelativeTo.



28996
28997
28998
28999
29000
29001
29002
# File 'lib/quickfix_fields.rb', line 28996

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

Class Method Details

.fieldObject



28993
28994
28995
# File 'lib/quickfix_fields.rb', line 28993

def ProvisionOptionExerciseStartDateRelativeTo.field
	return 40130
end