Class: Quickfix::NoProtectionTermObligations

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoProtectionTermObligations

Returns a new instance of NoProtectionTermObligations.



29919
29920
29921
29922
29923
29924
29925
# File 'lib/quickfix_fields.rb', line 29919

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

Class Method Details

.fieldObject



29916
29917
29918
# File 'lib/quickfix_fields.rb', line 29916

def NoProtectionTermObligations.field
  return 40201
end