Class: Quickfix::AllocAcctIDSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocAcctIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocAcctIDSource
constructor
A new instance of AllocAcctIDSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocAcctIDSource
Returns a new instance of AllocAcctIDSource.
9119 9120 9121 9122 9123 9124 9125 |
# File 'lib/quickfix_fields.rb', line 9119 def initialize(data = nil) if( data == nil ) super(661) else super(661, data) end end |
Class Method Details
.field ⇒ Object
9116 9117 9118 |
# File 'lib/quickfix_fields.rb', line 9116 def AllocAcctIDSource.field return 661 end |