Class: Quickfix::LegProtectionTermEventUnit

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

Returns a new instance of LegProtectionTermEventUnit.



50953
50954
50955
50956
50957
50958
50959
# File 'lib/quickfix_fields.rb', line 50953

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

Class Method Details

.fieldObject



50950
50951
50952
# File 'lib/quickfix_fields.rb', line 50950

def LegProtectionTermEventUnit.field
  return 41630
end