Class: Quickfix::UnderlyingProtectionTermEventBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventBusinessCenter

Returns a new instance of UnderlyingProtectionTermEventBusinessCenter.



58779
58780
58781
58782
58783
58784
58785
# File 'lib/quickfix_fields.rb', line 58779

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