Class: Quickfix::UnderlyingProtectionTermEventUnit

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



58896
58897
58898
58899
58900
58901
58902
# File 'lib/quickfix_fields.rb', line 58896

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

Class Method Details

.fieldObject



58893
58894
58895
# File 'lib/quickfix_fields.rb', line 58893

def UnderlyingProtectionTermEventUnit.field
  return 42082
end