Class: Quickfix::ProtectionTermSellerNotifies

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

Returns a new instance of ProtectionTermSellerNotifies.



29698
29699
29700
29701
29702
29703
29704
# File 'lib/quickfix_fields.rb', line 29698

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

Class Method Details

.fieldObject



29695
29696
29697
# File 'lib/quickfix_fields.rb', line 29695

def ProtectionTermSellerNotifies.field
	return 40184
end