Class: Quickfix::AllocRejCode
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::AllocRejCode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRejCode
constructor
A new instance of AllocRejCode.
Constructor Details
#initialize(data = nil) ⇒ AllocRejCode
Returns a new instance of AllocRejCode.
17634 17635 17636 17637 17638 17639 17640 |
# File 'lib/quickfix_fields.rb', line 17634 def initialize(data = nil) if( data == nil ) super(88) else super(88, data) end end |
Class Method Details
.field ⇒ Object
17631 17632 17633 |
# File 'lib/quickfix_fields.rb', line 17631 def AllocRejCode.field return 88 end |