Class: Quickfix::SecurityListDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityListDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListDesc
constructor
A new instance of SecurityListDesc.
Constructor Details
#initialize(data = nil) ⇒ SecurityListDesc
Returns a new instance of SecurityListDesc.
19415 19416 19417 19418 19419 19420 19421 |
# File 'lib/quickfix_fields.rb', line 19415 def initialize(data = nil) if( data == nil ) super(1467) else super(1467, data) end end |