Class: Quickfix::OptionExerciseEarliestTime

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

Returns a new instance of OptionExerciseEarliestTime.



43985
43986
43987
43988
43989
43990
43991
# File 'lib/quickfix_fields.rb', line 43985

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

Class Method Details

.fieldObject



43982
43983
43984
# File 'lib/quickfix_fields.rb', line 43982

def OptionExerciseEarliestTime.field
  return 41134
end