Class: Quickfix::LegAllocAcctIDSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegAllocAcctIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocAcctIDSource
constructor
A new instance of LegAllocAcctIDSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegAllocAcctIDSource
9288 9289 9290 9291 9292 9293 9294 |
# File 'lib/quickfix_fields.rb', line 9288 def initialize(data = nil) if( data == nil ) super(674) else super(674, data) end end |
Class Method Details
.field ⇒ Object
9285 9286 9287 |
# File 'lib/quickfix_fields.rb', line 9285 def LegAllocAcctIDSource.field return 674 end |