Class: Quickfix::MatchExceptionToleranceValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MatchExceptionToleranceValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionToleranceValue
constructor
A new instance of MatchExceptionToleranceValue.
Methods inherited from DoubleField
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
.field ⇒ Object
76768 76769 76770 |
# File 'lib/quickfix_fields.rb', line 76768 def MatchExceptionToleranceValue.field return 2778 end |