Class: Quickfix::ComplexEventCondition

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



16929
16930
16931
# File 'lib/quickfix_fields.rb', line 16929

def ComplexEventCondition.field
	return 1490
end