Class: Quickfix::LegComplexEventCondition

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) ⇒ LegComplexEventCondition

Returns a new instance of LegComplexEventCondition.



47612
47613
47614
47615
47616
47617
47618
# File 'lib/quickfix_fields.rb', line 47612

def initialize(data = nil)
  if( data == nil )
    super(2232)
  else
    super(2232, data)
  end
end

Class Method Details

.fieldObject



47609
47610
47611
# File 'lib/quickfix_fields.rb', line 47609

def LegComplexEventCondition.field
  return 2232
end