Class: Quickfix::LegProtectionTermEventRateSource

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

Returns a new instance of LegProtectionTermEventRateSource.



50979
50980
50981
50982
50983
50984
50985
# File 'lib/quickfix_fields.rb', line 50979

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

Class Method Details

.fieldObject



50976
50977
50978
# File 'lib/quickfix_fields.rb', line 50976

def LegProtectionTermEventRateSource.field
  return 41632
end