Class: Quickfix::AccountType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AccountType

Returns a new instance of AccountType.



838
839
840
841
842
843
844
# File 'lib/quickfix_fields.rb', line 838

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

Class Method Details

.fieldObject



835
836
837
# File 'lib/quickfix_fields.rb', line 835

def AccountType.field
	return 581
end