Class: Quickfix::MDReqRejReason
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::MDReqRejReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDReqRejReason
constructor
A new instance of MDReqRejReason.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ MDReqRejReason
Returns a new instance of MDReqRejReason.
3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/quickfix_fields.rb', line 3542 def initialize(data = nil) if( data == nil ) super(281) else super(281, data) end end |
Class Method Details
.field ⇒ Object
3539 3540 3541 |
# File 'lib/quickfix_fields.rb', line 3539 def MDReqRejReason.field return 281 end |