Class: Quickfix::CPProgram

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

Instance Method Summary collapse

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