Class: Quickfix::ProtectionTermEventRateSource

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

Returns a new instance of ProtectionTermEventRateSource.



29880
29881
29882
29883
29884
29885
29886
# File 'lib/quickfix_fields.rb', line 29880

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

Class Method Details

.fieldObject



29877
29878
29879
# File 'lib/quickfix_fields.rb', line 29877

def ProtectionTermEventRateSource.field
  return 40198
end