Class: Quickfix::UnderlyingLimitedRightToConfirmIndicator

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

Returns a new instance of UnderlyingLimitedRightToConfirmIndicator.



53709
53710
53711
53712
53713
53714
53715
# File 'lib/quickfix_fields.rb', line 53709

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

Class Method Details

.fieldObject



53706
53707
53708
# File 'lib/quickfix_fields.rb', line 53706

def UnderlyingLimitedRightToConfirmIndicator.field
	return 41818
end