Class: Quickfix::AllocAccountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocAccountType

Returns a new instance of AllocAccountType.



10874
10875
10876
10877
10878
10879
10880
# File 'lib/quickfix_fields.rb', line 10874

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