Class: Quickfix::NoInstrAttrib
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoInstrAttrib
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrAttrib
constructor
A new instance of NoInstrAttrib.
Constructor Details
#initialize(data = nil) ⇒ NoInstrAttrib
Returns a new instance of NoInstrAttrib.
11784 11785 11786 11787 11788 11789 11790 |
# File 'lib/quickfix_fields.rb', line 11784 def initialize(data = nil) if( data == nil ) super(870) else super(870, data) end end |