Class: Quickfix::EncodedLegEventTextLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedLegEventTextLen

Returns a new instance of EncodedLegEventTextLen.



27150
27151
27152
27153
27154
27155
27156
# File 'lib/quickfix_fields.rb', line 27150

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