Class: Quickfix::LegAllocAcctIDSource

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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