Class: Quickfix::UnderlyingCPRegType

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

Returns a new instance of UnderlyingCPRegType.



11888
11889
11890
11891
11892
11893
11894
# File 'lib/quickfix_fields.rb', line 11888

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

Class Method Details

.fieldObject



11885
11886
11887
# File 'lib/quickfix_fields.rb', line 11885

def UnderlyingCPRegType.field
	return 878
end