Class: Quickfix::UnderlyingProtectionTermObligationValue

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



58987
58988
58989
58990
58991
58992
58993
# File 'lib/quickfix_fields.rb', line 58987

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

Class Method Details

.fieldObject



58984
58985
58986
# File 'lib/quickfix_fields.rb', line 58984

def UnderlyingProtectionTermObligationValue.field
  return 42089
end