Class: Quickfix::NoOrderEvents

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoOrderEvents

Returns a new instance of NoOrderEvents.



23471
23472
23473
23474
23475
23476
23477
# File 'lib/quickfix_fields.rb', line 23471

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