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