Class: Quickfix::EncodedListExecInst

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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