Class: Quickfix::LegProtectionTermEventValue

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

Returns a new instance of LegProtectionTermEventValue.



50914
50915
50916
50917
50918
50919
50920
# File 'lib/quickfix_fields.rb', line 50914

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

Class Method Details

.fieldObject



50911
50912
50913
# File 'lib/quickfix_fields.rb', line 50911

def LegProtectionTermEventValue.field
  return 41627
end