Class: Quickfix::ComplexEventCondition

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



19711
19712
19713
# File 'lib/quickfix_fields.rb', line 19711

def ComplexEventCondition.field
  return 1490
end