Class: Quickfix::SecurityListTypeSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecurityListTypeSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListTypeSource
constructor
A new instance of SecurityListTypeSource.
Constructor Details
#initialize(data = nil) ⇒ SecurityListTypeSource
Returns a new instance of SecurityListTypeSource.
19467 19468 19469 19470 19471 19472 19473 |
# File 'lib/quickfix_fields.rb', line 19467 def initialize(data = nil) if( data == nil ) super(1471) else super(1471, data) end end |