Class: Quickfix::MatchExceptionToleranceValue

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MatchExceptionToleranceValue

Returns a new instance of MatchExceptionToleranceValue.



76771
76772
76773
76774
76775
76776
76777
# File 'lib/quickfix_fields.rb', line 76771

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

Class Method Details

.fieldObject



76768
76769
76770
# File 'lib/quickfix_fields.rb', line 76768

def MatchExceptionToleranceValue.field
	return 2778
end