Class: Quickfix::UnderlyingOptionExerciseExpirationTime

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

Returns a new instance of UnderlyingOptionExerciseExpirationTime.



54177
54178
54179
54180
54181
54182
54183
# File 'lib/quickfix_fields.rb', line 54177

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

Class Method Details

.fieldObject



54174
54175
54176
# File 'lib/quickfix_fields.rb', line 54174

def UnderlyingOptionExerciseExpirationTime.field
	return 41854
end