Class: Quickfix::OptionExerciseLastDateUnadjusted

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

Returns a new instance of OptionExerciseLastDateUnadjusted.



43972
43973
43974
43975
43976
43977
43978
# File 'lib/quickfix_fields.rb', line 43972

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

Class Method Details

.fieldObject



43969
43970
43971
# File 'lib/quickfix_fields.rb', line 43969

def OptionExerciseLastDateUnadjusted.field
  return 41133
end