Class: Quickfix::LegOptionExerciseDate

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

Returns a new instance of LegOptionExerciseDate.



49458
49459
49460
49461
49462
49463
49464
# File 'lib/quickfix_fields.rb', line 49458

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

Class Method Details

.fieldObject



49455
49456
49457
# File 'lib/quickfix_fields.rb', line 49455

def LegOptionExerciseDate.field
  return 41513
end