Class: Quickfix::UnderlyingProtectionTermEventType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermEventType

Returns a new instance of UnderlyingProtectionTermEventType.



58844
58845
58846
58847
58848
58849
58850
# File 'lib/quickfix_fields.rb', line 58844

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