Class: Quickfix::MatchExceptionElementName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchExceptionElementName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionElementName
constructor
A new instance of MatchExceptionElementName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionElementName
Returns a new instance of MatchExceptionElementName.
76732 76733 76734 76735 76736 76737 76738 |
# File 'lib/quickfix_fields.rb', line 76732 def initialize(data = nil) if( data == nil ) super(2775) else super(2775, data) end end |
Class Method Details
.field ⇒ Object
76729 76730 76731 |
# File 'lib/quickfix_fields.rb', line 76729 def MatchExceptionElementName.field return 2775 end |