Class: Quickfix::AcctIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AcctIDSource

Returns a new instance of AcctIDSource.



2489
2490
2491
2492
2493
2494
2495
# File 'lib/quickfix_fields.rb', line 2489

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

Class Method Details

.fieldObject



2486
2487
2488
# File 'lib/quickfix_fields.rb', line 2486

def AcctIDSource.field
	return 660
end