Class: Quickfix::MatchExceptionToleranceValueType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MatchExceptionToleranceValueType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionToleranceValueType
constructor
A new instance of MatchExceptionToleranceValueType.
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 |