Class: Quickfix::SelfMatchPreventionInstruction
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SelfMatchPreventionInstruction
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SelfMatchPreventionInstruction
constructor
A new instance of SelfMatchPreventionInstruction.
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 |