Class: Quickfix::MatchExceptionToleranceValueType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MatchExceptionToleranceValueType

Returns a new instance of MatchExceptionToleranceValueType.



76784
76785
76786
76787
76788
76789
76790
# File 'lib/quickfix_fields.rb', line 76784

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