Class: Quickfix::NoInstrAttrib
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoInstrAttrib
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
7897 7898 7899 7900 7901 7902 7903 |
# File 'lib/quickfix_fields.rb', line 7897 def initialize(data = nil) if( data == nil ) super(870) else super(870, data) end end |
Class Method Details
.field ⇒ Object
7894 7895 7896 |
# File 'lib/quickfix_fields.rb', line 7894 def NoInstrAttrib.field return 870 end |