Class: Quickfix::LegComplexEventCondition

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

Instance Method Summary collapse

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