Class: Quickfix::MatchExceptionConfirmValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchExceptionConfirmValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionConfirmValue
constructor
A new instance of MatchExceptionConfirmValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionConfirmValue
Returns a new instance of MatchExceptionConfirmValue.
76758 76759 76760 76761 76762 76763 76764 |
# File 'lib/quickfix_fields.rb', line 76758 def initialize(data = nil) if( data == nil ) super(2777) else super(2777, data) end end |
Class Method Details
.field ⇒ Object
76755 76756 76757 |
# File 'lib/quickfix_fields.rb', line 76755 def MatchExceptionConfirmValue.field return 2777 end |