Class: Quickfix::LegOptionExerciseFrequencyPeriod

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

Returns a new instance of LegOptionExerciseFrequencyPeriod.



49250
49251
49252
49253
49254
49255
49256
# File 'lib/quickfix_fields.rb', line 49250

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

Class Method Details

.fieldObject



49247
49248
49249
# File 'lib/quickfix_fields.rb', line 49247

def LegOptionExerciseFrequencyPeriod.field
  return 41497
end