Class: Quickfix::AllocReversalStatus
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocReversalStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocReversalStatus
constructor
A new instance of AllocReversalStatus.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
22571 22572 22573 |
# File 'lib/quickfix_fields.rb', line 22571 def AllocReversalStatus.field return 1738 end |