Class: Quickfix::LegAllocAcctIDSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegAllocAcctIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocAcctIDSource
constructor
A new instance of LegAllocAcctIDSource.
Constructor Details
#initialize(data = nil) ⇒ LegAllocAcctIDSource
Returns a new instance of 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 |