Class: Quickfix::NoLegProtectionTermObligations

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProtectionTermObligations

Returns a new instance of NoLegProtectionTermObligations.



51018
51019
51020
51021
51022
51023
51024
# File 'lib/quickfix_fields.rb', line 51018

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