Class: Quickfix::ProtectionTermBuyerNotifies

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

Returns a new instance of ProtectionTermBuyerNotifies.



29711
29712
29713
29714
29715
29716
29717
# File 'lib/quickfix_fields.rb', line 29711

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

Class Method Details

.fieldObject



29708
29709
29710
# File 'lib/quickfix_fields.rb', line 29708

def ProtectionTermBuyerNotifies.field
  return 40185
end