Class: Quickfix::AcctIDSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AcctIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AcctIDSource
constructor
A new instance of AcctIDSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AcctIDSource
Returns a new instance of AcctIDSource.
9106 9107 9108 9109 9110 9111 9112 |
# File 'lib/quickfix_fields.rb', line 9106 def initialize(data = nil) if( data == nil ) super(660) else super(660, data) end end |
Class Method Details
.field ⇒ Object
9103 9104 9105 |
# File 'lib/quickfix_fields.rb', line 9103 def AcctIDSource.field return 660 end |