Class: Quickfix::AllocRejCode
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocRejCode
Returns a new instance of AllocRejCode.
1839 1840 1841 1842 1843 1844 1845 |
# File 'lib/quickfix_fields.rb', line 1839 def initialize(data = nil) if( data == nil ) super(88) else super(88, data) end end |
Class Method Details
.field ⇒ Object
1836 1837 1838 |
# File 'lib/quickfix_fields.rb', line 1836 def AllocRejCode.field return 88 end |