Class: Quickfix::ProtectionTermObligationValue

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

Returns a new instance of ProtectionTermObligationValue.



29945
29946
29947
29948
29949
29950
29951
# File 'lib/quickfix_fields.rb', line 29945

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

Class Method Details

.fieldObject



29942
29943
29944
# File 'lib/quickfix_fields.rb', line 29942

def ProtectionTermObligationValue.field
  return 40203
end