Class: Quickfix::LegOptionExerciseFirstDateUnadjusted

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

Returns a new instance of LegOptionExerciseFirstDateUnadjusted.



49380
49381
49382
49383
49384
49385
49386
# File 'lib/quickfix_fields.rb', line 49380

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

Class Method Details

.fieldObject



49377
49378
49379
# File 'lib/quickfix_fields.rb', line 49377

def LegOptionExerciseFirstDateUnadjusted.field
  return 41507
end