Class: Quickfix::DeleteReason
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::DeleteReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeleteReason
constructor
A new instance of DeleteReason.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ DeleteReason
Returns a new instance of DeleteReason.
3594 3595 3596 3597 3598 3599 3600 |
# File 'lib/quickfix_fields.rb', line 3594 def initialize(data = nil) if( data == nil ) super(285) else super(285, data) end end |
Class Method Details
.field ⇒ Object
3591 3592 3593 |
# File 'lib/quickfix_fields.rb', line 3591 def DeleteReason.field return 285 end |