Class: Quickfix::UnderlyingOptionExerciseExpirationDateOffsetUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseExpirationDateOffsetUnit

Returns a new instance of UnderlyingOptionExerciseExpirationDateOffsetUnit.



54112
54113
54114
54115
54116
54117
54118
# File 'lib/quickfix_fields.rb', line 54112

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

Class Method Details

.fieldObject



54109
54110
54111
# File 'lib/quickfix_fields.rb', line 54109

def UnderlyingOptionExerciseExpirationDateOffsetUnit.field
	return 41849
end