Class: Quickfix::NoProvisionOptionExerciseFixedDates

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

Returns a new instance of NoProvisionOptionExerciseFixedDates.



29152
29153
29154
29155
29156
29157
29158
# File 'lib/quickfix_fields.rb', line 29152

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

Class Method Details

.fieldObject



29149
29150
29151
# File 'lib/quickfix_fields.rb', line 29149

def NoProvisionOptionExerciseFixedDates.field
	return 40142
end