Class: Quickfix::LegProtectionTermBuyerNotifies

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProtectionTermBuyerNotifies

Returns a new instance of LegProtectionTermBuyerNotifies.



50836
50837
50838
50839
50840
50841
50842
# File 'lib/quickfix_fields.rb', line 50836

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

Class Method Details

.fieldObject



50833
50834
50835
# File 'lib/quickfix_fields.rb', line 50833

def LegProtectionTermBuyerNotifies.field
  return 41621
end