Class: Quickfix::UnderlyingOptionExerciseFirstDateUnadjusted

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

Returns a new instance of UnderlyingOptionExerciseFirstDateUnadjusted.



53943
53944
53945
53946
53947
53948
53949
# File 'lib/quickfix_fields.rb', line 53943

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

Class Method Details

.fieldObject



53940
53941
53942
# File 'lib/quickfix_fields.rb', line 53940

def UnderlyingOptionExerciseFirstDateUnadjusted.field
  return 41836
end