Class: Quickfix::RegistDetls

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RegistDetls

Returns a new instance of RegistDetls.



7000
7001
7002
7003
7004
7005
7006
# File 'lib/quickfix_fields.rb', line 7000

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

Class Method Details

.fieldObject



6997
6998
6999
# File 'lib/quickfix_fields.rb', line 6997

def RegistDetls.field
	return 509
end