Class: Quickfix::UnderlyingProtectionTermObligationType

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

Returns a new instance of UnderlyingProtectionTermObligationType.



58974
58975
58976
58977
58978
58979
58980
# File 'lib/quickfix_fields.rb', line 58974

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

Class Method Details

.fieldObject



58971
58972
58973
# File 'lib/quickfix_fields.rb', line 58971

def UnderlyingProtectionTermObligationType.field
  return 42088
end