Class: Quickfix::UnderlyingProtectionTermSellerNotifies

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

Returns a new instance of UnderlyingProtectionTermSellerNotifies.



58753
58754
58755
58756
58757
58758
58759
# File 'lib/quickfix_fields.rb', line 58753

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

Class Method Details

.fieldObject



58750
58751
58752
# File 'lib/quickfix_fields.rb', line 58750

def UnderlyingProtectionTermSellerNotifies.field
	return 42071
end