Class: Quickfix::ProtectionTermEventRateSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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