Class: Quickfix::NoLegProtectionTermEvents

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

Returns a new instance of NoLegProtectionTermEvents.



50888
50889
50890
50891
50892
50893
50894
# File 'lib/quickfix_fields.rb', line 50888

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

Class Method Details

.fieldObject



50885
50886
50887
# File 'lib/quickfix_fields.rb', line 50885

def NoLegProtectionTermEvents.field
  return 41625
end