Class: Quickfix::CPProgram
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CPProgram
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CPProgram
constructor
A new instance of CPProgram.
Constructor Details
#initialize(data = nil) ⇒ CPProgram
Returns a new instance of CPProgram.
7936 7937 7938 7939 7940 7941 7942 |
# File 'lib/quickfix_fields.rb', line 7936 def initialize(data = nil) if( data == nil ) super(875) else super(875, data) end end |
Class Method Details
.field ⇒ Object
7933 7934 7935 |
# File 'lib/quickfix_fields.rb', line 7933 def CPProgram.field return 875 end |