Class: Quickfix::LegProtectionTermSellerNotifies

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

Returns a new instance of LegProtectionTermSellerNotifies.



50823
50824
50825
50826
50827
50828
50829
# File 'lib/quickfix_fields.rb', line 50823

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

Class Method Details

.fieldObject



50820
50821
50822
# File 'lib/quickfix_fields.rb', line 50820

def LegProtectionTermSellerNotifies.field
	return 41620
end