Class: Quickfix::LegProtectionTermEventType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermEventType

Returns a new instance of LegProtectionTermEventType.



50901
50902
50903
50904
50905
50906
50907
# File 'lib/quickfix_fields.rb', line 50901

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

Class Method Details

.fieldObject



50898
50899
50900
# File 'lib/quickfix_fields.rb', line 50898

def LegProtectionTermEventType.field
  return 41626
end