Class: Quickfix::ProtectionTermEventNewsSource

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

Returns a new instance of ProtectionTermEventNewsSource.



29763
29764
29765
29766
29767
29768
29769
# File 'lib/quickfix_fields.rb', line 29763

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

Class Method Details

.fieldObject



29760
29761
29762
# File 'lib/quickfix_fields.rb', line 29760

def ProtectionTermEventNewsSource.field
  return 40189
end