Class: Quickfix::SelfMatchPreventionInstruction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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