Class: Quickfix::UnderlyingOptionExerciseEarliestDateOffsetUnit

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

Returns a new instance of UnderlyingOptionExerciseEarliestDateOffsetUnit.



53800
53801
53802
53803
53804
53805
53806
# File 'lib/quickfix_fields.rb', line 53800

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

Class Method Details

.fieldObject



53797
53798
53799
# File 'lib/quickfix_fields.rb', line 53797

def UnderlyingOptionExerciseEarliestDateOffsetUnit.field
  return 41825
end