Class: Quickfix::SecurityListRequestType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecurityListRequestType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityListRequestType
constructor
A new instance of SecurityListRequestType.
Constructor Details
#initialize(data = nil) ⇒ SecurityListRequestType
Returns a new instance of SecurityListRequestType.
7624 7625 7626 7627 7628 7629 7630 |
# File 'lib/quickfix_fields.rb', line 7624 def initialize(data = nil) if( data == nil ) super(559) else super(559, data) end end |