Class: Quickfix::ComplexEventCalculationAgent
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventCalculationAgent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCalculationAgent
constructor
A new instance of ComplexEventCalculationAgent.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCalculationAgent
Returns a new instance of ComplexEventCalculationAgent.
41333 41334 41335 41336 41337 41338 41339 |
# File 'lib/quickfix_fields.rb', line 41333 def initialize(data = nil) if( data == nil ) super(2129) else super(2129, data) end end |
Class Method Details
.field ⇒ Object
41330 41331 41332 |
# File 'lib/quickfix_fields.rb', line 41330 def ComplexEventCalculationAgent.field return 2129 end |