Class: Quickfix::ClearingAccountType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClearingAccountType

Returns a new instance of ClearingAccountType.



23744
23745
23746
23747
23748
23749
23750
# File 'lib/quickfix_fields.rb', line 23744

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