Class: Quickfix::ProtectionTermEventValue

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

Returns a new instance of ProtectionTermEventValue.



29815
29816
29817
29818
29819
29820
29821
# File 'lib/quickfix_fields.rb', line 29815

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

Class Method Details

.fieldObject



29812
29813
29814
# File 'lib/quickfix_fields.rb', line 29812

def ProtectionTermEventValue.field
  return 40193
end