Class: Quickfix::UnderlyingOptionExerciseStartDateAdjusted

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

Returns a new instance of UnderlyingOptionExerciseStartDateAdjusted.



53904
53905
53906
53907
53908
53909
53910
# File 'lib/quickfix_fields.rb', line 53904

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

Class Method Details

.fieldObject



53901
53902
53903
# File 'lib/quickfix_fields.rb', line 53901

def UnderlyingOptionExerciseStartDateAdjusted.field
  return 41833
end