Class: Quickfix::SecurityListDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityListDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
11420 11421 11422 11423 11424 11425 11426 |
# File 'lib/quickfix_fields.rb', line 11420 def initialize(data = nil) if( data == nil ) super(1467) else super(1467, data) end end |
Class Method Details
.field ⇒ Object
11417 11418 11419 |
# File 'lib/quickfix_fields.rb', line 11417 def SecurityListDesc.field return 1467 end |