Class: Quickfix::UnderlyingProvisionOptionExerciseFixedDateType

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

Returns a new instance of UnderlyingProvisionOptionExerciseFixedDateType.



59312
59313
59314
59315
59316
59317
59318
# File 'lib/quickfix_fields.rb', line 59312

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

Class Method Details

.fieldObject



59309
59310
59311
# File 'lib/quickfix_fields.rb', line 59309

def UnderlyingProvisionOptionExerciseFixedDateType.field
	return 42114
end