Class: Quickfix::NoDerivativeInstrAttrib
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoDerivativeInstrAttrib
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDerivativeInstrAttrib
constructor
A new instance of NoDerivativeInstrAttrib.
Constructor Details
#initialize(data = nil) ⇒ NoDerivativeInstrAttrib
Returns a new instance of NoDerivativeInstrAttrib.
18882 18883 18884 18885 18886 18887 18888 |
# File 'lib/quickfix_fields.rb', line 18882 def initialize(data = nil) if( data == nil ) super(1311) else super(1311, data) end end |
Class Method Details
.field ⇒ Object
18879 18880 18881 |
# File 'lib/quickfix_fields.rb', line 18879 def NoDerivativeInstrAttrib.field return 1311 end |