Class: Quickfix::NoEvents

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoEvents

Returns a new instance of NoEvents.



11953
11954
11955
11956
11957
11958
11959
# File 'lib/quickfix_fields.rb', line 11953

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

Class Method Details

.fieldObject



11950
11951
11952
# File 'lib/quickfix_fields.rb', line 11950

def NoEvents.field
	return 864
end