Class: Quickfix::LegCPRegType

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) ⇒ LegCPRegType

Returns a new instance of LegCPRegType.



43257
43258
43259
43260
43261
43262
43263
# File 'lib/quickfix_fields.rb', line 43257

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

Class Method Details

.fieldObject



43254
43255
43256
# File 'lib/quickfix_fields.rb', line 43254

def LegCPRegType.field
	return 2208
end