Class: Quickfix::CPProgram

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CPProgram

Returns a new instance of CPProgram.



11849
11850
11851
11852
11853
11854
11855
# File 'lib/quickfix_fields.rb', line 11849

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

Class Method Details

.fieldObject



11846
11847
11848
# File 'lib/quickfix_fields.rb', line 11846

def CPProgram.field
  return 875
end