Class: Quickfix::LegOptionExerciseEarliestDateOffsetUnit

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

Returns a new instance of LegOptionExerciseEarliestDateOffsetUnit.



49237
49238
49239
49240
49241
49242
49243
# File 'lib/quickfix_fields.rb', line 49237

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

Class Method Details

.fieldObject



49234
49235
49236
# File 'lib/quickfix_fields.rb', line 49234

def LegOptionExerciseEarliestDateOffsetUnit.field
  return 41496
end