Class: Quickfix::EncodedListExecInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedListExecInst

Returns a new instance of EncodedListExecInst.



539
540
541
542
543
544
545
# File 'lib/quickfix_fields.rb', line 539

def initialize(data = nil)
	if( data == nil )
		super(353)
	else
		super(353, data)
	end
end

Class Method Details

.fieldObject



536
537
538
# File 'lib/quickfix_fields.rb', line 536

def EncodedListExecInst.field
	return 353
end