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