Class: Quickfix::UnderlyingProtectionTermEventType

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

Class Method Details

.fieldObject



58841
58842
58843
# File 'lib/quickfix_fields.rb', line 58841

def UnderlyingProtectionTermEventType.field
  return 42078
end