Class: Quickfix::SelfMatchPreventionInstruction

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SelfMatchPreventionInstruction

Returns a new instance of SelfMatchPreventionInstruction.



79384
79385
79386
79387
79388
79389
79390
# File 'lib/quickfix_fields.rb', line 79384

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

Class Method Details

.fieldObject



79381
79382
79383
# File 'lib/quickfix_fields.rb', line 79381

def SelfMatchPreventionInstruction.field
	return 2964
end