Class: Quickfix::NoMatchRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoMatchRules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoMatchRules
constructor
A new instance of NoMatchRules.
Constructor Details
#initialize(data = nil) ⇒ NoMatchRules
Returns a new instance of NoMatchRules.
10393 10394 10395 10396 10397 10398 10399 |
# File 'lib/quickfix_fields.rb', line 10393 def initialize(data = nil) if( data == nil ) super(1235) else super(1235, data) end end |
Class Method Details
.field ⇒ Object
10390 10391 10392 |
# File 'lib/quickfix_fields.rb', line 10390 def NoMatchRules.field return 1235 end |