Class: Quickfix::ProtectionTermEventBusinessCenter

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

Returns a new instance of ProtectionTermEventBusinessCenter.



29724
29725
29726
29727
29728
29729
29730
# File 'lib/quickfix_fields.rb', line 29724

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

Class Method Details

.fieldObject



29721
29722
29723
# File 'lib/quickfix_fields.rb', line 29721

def ProtectionTermEventBusinessCenter.field
  return 40186
end