Class: Quickfix::LegOptionExerciseFrequencyUnit

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

Returns a new instance of LegOptionExerciseFrequencyUnit.



49263
49264
49265
49266
49267
49268
49269
# File 'lib/quickfix_fields.rb', line 49263

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

Class Method Details

.fieldObject



49260
49261
49262
# File 'lib/quickfix_fields.rb', line 49260

def LegOptionExerciseFrequencyUnit.field
  return 41498
end