Class: Quickfix::UnderlyingProtectionTermEventMinimumSources

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



58805
58806
58807
58808
58809
58810
58811
# File 'lib/quickfix_fields.rb', line 58805

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

Class Method Details

.fieldObject



58802
58803
58804
# File 'lib/quickfix_fields.rb', line 58802

def UnderlyingProtectionTermEventMinimumSources.field
  return 42075
end