Class: Quickfix::UnderlyingCPProgram
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingCPProgram
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCPProgram
constructor
A new instance of UnderlyingCPProgram.
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 |