Class: Quickfix::UnderlyingCPProgram

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

Returns a new instance of UnderlyingCPProgram.



11875
11876
11877
11878
11879
11880
11881
# File 'lib/quickfix_fields.rb', line 11875

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

Class Method Details

.fieldObject



11872
11873
11874
# File 'lib/quickfix_fields.rb', line 11872

def UnderlyingCPProgram.field
  return 877
end