Class: Quickfix::AllocReversalStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocReversalStatus
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocReversalStatus
constructor
A new instance of AllocReversalStatus.
Constructor Details
#initialize(data = nil) ⇒ AllocReversalStatus
Returns a new instance of AllocReversalStatus.
22574 22575 22576 22577 22578 22579 22580 |
# File 'lib/quickfix_fields.rb', line 22574 def initialize(data = nil) if( data == nil ) super(1738) else super(1738, data) end end |