Class: Quickfix::UnderlyingCPProgram
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCPProgram
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCPProgram
constructor
A new instance of UnderlyingCPProgram.
Methods inherited from IntField
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
.field ⇒ Object
11872 11873 11874 |
# File 'lib/quickfix_fields.rb', line 11872 def .field return 877 end |