Class: Quickfix::MatchExceptionAllocValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MatchExceptionAllocValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MatchExceptionAllocValue
constructor
A new instance of MatchExceptionAllocValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MatchExceptionAllocValue
Returns a new instance of MatchExceptionAllocValue.
76745 76746 76747 76748 76749 76750 76751 |
# File 'lib/quickfix_fields.rb', line 76745 def initialize(data = nil) if( data == nil ) super(2776) else super(2776, data) end end |
Class Method Details
.field ⇒ Object
76742 76743 76744 |
# File 'lib/quickfix_fields.rb', line 76742 def MatchExceptionAllocValue.field return 2776 end |