Class: Quickfix::RegistAcctType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistAcctType

Returns a new instance of RegistAcctType.



7390
7391
7392
7393
7394
7395
7396
# File 'lib/quickfix_fields.rb', line 7390

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

Class Method Details

.fieldObject



7387
7388
7389
# File 'lib/quickfix_fields.rb', line 7387

def RegistAcctType.field
	return 493
end