Class: Quickfix::OptionExerciseLatestTime

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

Returns a new instance of OptionExerciseLatestTime.



43998
43999
44000
44001
44002
44003
44004
# File 'lib/quickfix_fields.rb', line 43998

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

Class Method Details

.fieldObject



43995
43996
43997
# File 'lib/quickfix_fields.rb', line 43995

def OptionExerciseLatestTime.field
	return 41135
end