Class: Quickfix::ComplexEventCondition
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCondition
Returns a new instance of ComplexEventCondition.
16932 16933 16934 16935 16936 16937 16938 |
# File 'lib/quickfix_fields.rb', line 16932 def initialize(data = nil) if( data == nil ) super(1490) else super(1490, data) end end |
Class Method Details
.field ⇒ Object
16929 16930 16931 |
# File 'lib/quickfix_fields.rb', line 16929 def ComplexEventCondition.field return 1490 end |