Class: Quickfix::UnderlyingProvisionOptionExerciseFrequencyPeriod

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

Returns a new instance of UnderlyingProvisionOptionExerciseFrequencyPeriod.



59364
59365
59366
59367
59368
59369
59370
# File 'lib/quickfix_fields.rb', line 59364

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

Class Method Details

.fieldObject



59361
59362
59363
# File 'lib/quickfix_fields.rb', line 59361

def UnderlyingProvisionOptionExerciseFrequencyPeriod.field
  return 42118
end