Class: Quickfix::OptionExerciseStartDateAdjusted

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



43920
43921
43922
43923
43924
43925
43926
# File 'lib/quickfix_fields.rb', line 43920

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

Class Method Details

.fieldObject



43917
43918
43919
# File 'lib/quickfix_fields.rb', line 43917

def OptionExerciseStartDateAdjusted.field
  return 41129
end