Class: Quickfix::OptionExerciseFrequencyUnit

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

Returns a new instance of OptionExerciseFrequencyUnit.



43842
43843
43844
43845
43846
43847
43848
# File 'lib/quickfix_fields.rb', line 43842

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

Class Method Details

.fieldObject



43839
43840
43841
# File 'lib/quickfix_fields.rb', line 43839

def OptionExerciseFrequencyUnit.field
  return 41123
end