Class: Quickfix::EncodedListExecInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EncodedListExecInst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedListExecInst
constructor
A new instance of EncodedListExecInst.
Constructor Details
#initialize(data = nil) ⇒ EncodedListExecInst
Returns a new instance of EncodedListExecInst.
4465 4466 4467 4468 4469 4470 4471 |
# File 'lib/quickfix_fields.rb', line 4465 def initialize(data = nil) if( data == nil ) super(353) else super(353, data) end end |