Class: Quickfix::ComplexEventCondition
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventCondition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCondition
constructor
A new instance of ComplexEventCondition.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCondition
Returns a new instance of ComplexEventCondition.
19714 19715 19716 19717 19718 19719 19720 |
# File 'lib/quickfix_fields.rb', line 19714 def initialize(data = nil) if( data == nil ) super(1490) else super(1490, data) end end |
Class Method Details
.field ⇒ Object
19711 19712 19713 |
# File 'lib/quickfix_fields.rb', line 19711 def ComplexEventCondition.field return 1490 end |