Class: Quickfix::LegOptionExerciseLatestTime

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

Returns a new instance of LegOptionExerciseLatestTime.



49419
49420
49421
49422
49423
49424
49425
# File 'lib/quickfix_fields.rb', line 49419

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

Class Method Details

.fieldObject



49416
49417
49418
# File 'lib/quickfix_fields.rb', line 49416

def LegOptionExerciseLatestTime.field
  return 41510
end