Class: Quickfix::LegInstrRegistry
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegInstrRegistry
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrRegistry
constructor
A new instance of LegInstrRegistry.
Constructor Details
#initialize(data = nil) ⇒ LegInstrRegistry
Returns a new instance of LegInstrRegistry.
8144 8145 8146 8147 8148 8149 8150 |
# File 'lib/quickfix_fields.rb', line 8144 def initialize(data = nil) if( data == nil ) super(599) else super(599, data) end end |