Class: Quickfix::UnderlyingProtectionTermEventPeriod

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

Returns a new instance of UnderlyingProtectionTermEventPeriod.



58883
58884
58885
58886
58887
58888
58889
# File 'lib/quickfix_fields.rb', line 58883

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

Class Method Details

.fieldObject



58880
58881
58882
# File 'lib/quickfix_fields.rb', line 58880

def UnderlyingProtectionTermEventPeriod.field
  return 42081
end