Class: Quickfix::AllocAccount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocAccount

Returns a new instance of AllocAccount.



799
800
801
802
803
804
805
# File 'lib/quickfix_fields.rb', line 799

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

Class Method Details

.fieldObject



796
797
798
# File 'lib/quickfix_fields.rb', line 796

def AllocAccount.field
	return 79
end