Class: Quickfix::UnderlyingOptionExerciseFrequencyPeriod

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

Returns a new instance of UnderlyingOptionExerciseFrequencyPeriod.



53813
53814
53815
53816
53817
53818
53819
# File 'lib/quickfix_fields.rb', line 53813

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

Class Method Details

.fieldObject



53810
53811
53812
# File 'lib/quickfix_fields.rb', line 53810

def UnderlyingOptionExerciseFrequencyPeriod.field
  return 41826
end