Class: Quickfix::OptionExerciseExpirationDateRelativeTo

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

Returns a new instance of OptionExerciseExpirationDateRelativeTo.



44102
44103
44104
44105
44106
44107
44108
# File 'lib/quickfix_fields.rb', line 44102

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

Class Method Details

.fieldObject



44099
44100
44101
# File 'lib/quickfix_fields.rb', line 44099

def OptionExerciseExpirationDateRelativeTo.field
	return 41143
end