Class: Quickfix::AllocAccountType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



10871
10872
10873
# File 'lib/quickfix_fields.rb', line 10871

def AllocAccountType.field
	return 798
end