Class: Quickfix::NoExecInstRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoExecInstRules
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoExecInstRules
constructor
A new instance of NoExecInstRules.
Constructor Details
#initialize(data = nil) ⇒ NoExecInstRules
Returns a new instance of NoExecInstRules.
16399 16400 16401 16402 16403 16404 16405 |
# File 'lib/quickfix_fields.rb', line 16399 def initialize(data = nil) if( data == nil ) super(1232) else super(1232, data) end end |