Class: Quickfix::DeleteReason
- Inherits:
-
CharField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ DeleteReason
Returns a new instance of DeleteReason.
11745 11746 11747 11748 11749 11750 11751 |
# File 'lib/quickfix_fields.rb', line 11745 def initialize(data = nil) if( data == nil ) super(285) else super(285, data) end end |
Class Method Details
.field ⇒ Object
11742 11743 11744 |
# File 'lib/quickfix_fields.rb', line 11742 def DeleteReason.field return 285 end |