Class: Quickfix::RegistStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RegistStatus

Returns a new instance of RegistStatus.



11212
11213
11214
11215
11216
11217
11218
# File 'lib/quickfix_fields.rb', line 11212

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

Class Method Details

.fieldObject



11209
11210
11211
# File 'lib/quickfix_fields.rb', line 11209

def RegistStatus.field
	return 506
end