Class: Quickfix::MatchExceptionToleranceValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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