Class: Quickfix::UnderlyingProtectionTermBuyerNotifies

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

Returns a new instance of UnderlyingProtectionTermBuyerNotifies.



58766
58767
58768
58769
58770
58771
58772
# File 'lib/quickfix_fields.rb', line 58766

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

Class Method Details

.fieldObject



58763
58764
58765
# File 'lib/quickfix_fields.rb', line 58763

def UnderlyingProtectionTermBuyerNotifies.field
  return 42072
end