Class: Quickfix::SecurityListType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecurityListType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListType
constructor
A new instance of SecurityListType.
Constructor Details
#initialize(data = nil) ⇒ SecurityListType
Returns a new instance of SecurityListType.
19454 19455 19456 19457 19458 19459 19460 |
# File 'lib/quickfix_fields.rb', line 19454 def initialize(data = nil) if( data == nil ) super(1470) else super(1470, data) end end |