Class: Quickfix::NoProvisions
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoProvisions
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProvisions
constructor
A new instance of NoProvisions.
Constructor Details
#initialize(data = nil) ⇒ NoProvisions
Returns a new instance of NoProvisions.
28476 28477 28478 28479 28480 28481 28482 |
# File 'lib/quickfix_fields.rb', line 28476 def initialize(data = nil) if( data == nil ) super(40090) else super(40090, data) end end |