Class: Quickfix::NoStrikeRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoStrikeRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoStrikeRules
constructor
A new instance of NoStrikeRules.
Constructor Details
#initialize(data = nil) ⇒ NoStrikeRules
Returns a new instance of NoStrikeRules.
11147 11148 11149 11150 11151 11152 11153 |
# File 'lib/quickfix_fields.rb', line 11147 def initialize(data = nil) if( data == nil ) super(1201) else super(1201, data) end end |
Class Method Details
.field ⇒ Object
11144 11145 11146 |
# File 'lib/quickfix_fields.rb', line 11144 def NoStrikeRules.field return 1201 end |