Class: Quickfix::MatchExceptionText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchExceptionText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionText
constructor
A new instance of MatchExceptionText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionText
Returns a new instance of MatchExceptionText.
76797 76798 76799 76800 76801 76802 76803 |
# File 'lib/quickfix_fields.rb', line 76797 def initialize(data = nil) if( data == nil ) super(2780) else super(2780, data) end end |
Class Method Details
.field ⇒ Object
76794 76795 76796 |
# File 'lib/quickfix_fields.rb', line 76794 def MatchExceptionText.field return 2780 end |