Class: Quickfix::UnderlyingProtectionTermEventNewsSource

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

Returns a new instance of UnderlyingProtectionTermEventNewsSource.



59013
59014
59015
59016
59017
59018
59019
# File 'lib/quickfix_fields.rb', line 59013

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

Class Method Details

.fieldObject



59010
59011
59012
# File 'lib/quickfix_fields.rb', line 59010

def UnderlyingProtectionTermEventNewsSource.field
  return 42091
end