Class: Quickfix::NoLegProvisionOptionExerciseFixedDates

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

Returns a new instance of NoLegProvisionOptionExerciseFixedDates.



33728
33729
33730
33731
33732
33733
33734
# File 'lib/quickfix_fields.rb', line 33728

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

Class Method Details

.fieldObject



33725
33726
33727
# File 'lib/quickfix_fields.rb', line 33725

def NoLegProvisionOptionExerciseFixedDates.field
	return 40495
end