Class: Quickfix::ProtectionTermObligationType

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

Returns a new instance of ProtectionTermObligationType.



29932
29933
29934
29935
29936
29937
29938
# File 'lib/quickfix_fields.rb', line 29932

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

Class Method Details

.fieldObject



29929
29930
29931
# File 'lib/quickfix_fields.rb', line 29929

def ProtectionTermObligationType.field
  return 40202
end