Class: Quickfix::LegProtectionTermEventMinimumSources

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

Returns a new instance of LegProtectionTermEventMinimumSources.



50875
50876
50877
50878
50879
50880
50881
# File 'lib/quickfix_fields.rb', line 50875

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

Class Method Details

.fieldObject



50872
50873
50874
# File 'lib/quickfix_fields.rb', line 50872

def LegProtectionTermEventMinimumSources.field
  return 41624
end