Class: Quickfix::NoExecInstRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoExecInstRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
136 137 138 139 140 141 142 |
# File 'lib/quickfix_fields.rb', line 136 def initialize(data = nil) if( data == nil ) super(1232) else super(1232, data) end end |
Class Method Details
.field ⇒ Object
133 134 135 |
# File 'lib/quickfix_fields.rb', line 133 def NoExecInstRules.field return 1232 end |