Class: Quickfix::OrderEventExecID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderEventExecID

Returns a new instance of OrderEventExecID.



23497
23498
23499
23500
23501
23502
23503
# File 'lib/quickfix_fields.rb', line 23497

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