Class: Quickfix::UnderlyingComplexEventCondition
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventCondition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCondition
constructor
A new instance of UnderlyingComplexEventCondition.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCondition
Returns a new instance of UnderlyingComplexEventCondition.
26864 26865 26866 26867 26868 26869 26870 |
# File 'lib/quickfix_fields.rb', line 26864 def initialize(data = nil) if( data == nil ) super(2052) else super(2052, data) end end |
Class Method Details
.field ⇒ Object
26861 26862 26863 |
# File 'lib/quickfix_fields.rb', line 26861 def .field return 2052 end |