Class: Quickfix::OptionExerciseFrequencyPeriod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OptionExerciseFrequencyPeriod

Returns a new instance of OptionExerciseFrequencyPeriod.



43829
43830
43831
43832
43833
43834
43835
# File 'lib/quickfix_fields.rb', line 43829

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

Class Method Details

.fieldObject



43826
43827
43828
# File 'lib/quickfix_fields.rb', line 43826

def OptionExerciseFrequencyPeriod.field
  return 41122
end