Class: Quickfix::RegistTransType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistTransType

Returns a new instance of RegistTransType.



7065
7066
7067
7068
7069
7070
7071
# File 'lib/quickfix_fields.rb', line 7065

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