Class: Quickfix::AllocAcctIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocAcctIDSource

Returns a new instance of AllocAcctIDSource.



16386
16387
16388
16389
16390
16391
16392
# File 'lib/quickfix_fields.rb', line 16386

def initialize(data = nil)
	if( data == nil )
		super(661)
	else
		super(661, data)
	end
end

Class Method Details

.fieldObject



16383
16384
16385
# File 'lib/quickfix_fields.rb', line 16383

def AllocAcctIDSource.field
	return 661
end