Class: Quickfix::ComplexEventType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventType

Returns a new instance of ComplexEventType.



10900
10901
10902
10903
10904
10905
10906
# File 'lib/quickfix_fields.rb', line 10900

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

Class Method Details

.fieldObject



10897
10898
10899
# File 'lib/quickfix_fields.rb', line 10897

def ComplexEventType.field
	return 1484
end