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