Class: Quickfix::CPRegType

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

Returns a new instance of CPRegType.



11862
11863
11864
11865
11866
11867
11868
# File 'lib/quickfix_fields.rb', line 11862

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

Class Method Details

.fieldObject



11859
11860
11861
# File 'lib/quickfix_fields.rb', line 11859

def CPRegType.field
  return 876
end