Class: Quickfix::ProtectionTermEventMinimumSources

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



29750
29751
29752
29753
29754
29755
29756
# File 'lib/quickfix_fields.rb', line 29750

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

Class Method Details

.fieldObject



29747
29748
29749
# File 'lib/quickfix_fields.rb', line 29747

def ProtectionTermEventMinimumSources.field
  return 40188
end