Class: Quickfix::NoLegProtectionTermEventNewsSources

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

Returns a new instance of NoLegProtectionTermEventNewsSources.



50745
50746
50747
50748
50749
50750
50751
# File 'lib/quickfix_fields.rb', line 50745

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

Class Method Details

.fieldObject



50742
50743
50744
# File 'lib/quickfix_fields.rb', line 50742

def NoLegProtectionTermEventNewsSources.field
  return 41614
end