Class: Quickfix::EncodedUnderlyingEventTextLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingEventTextLen

Returns a new instance of EncodedUnderlyingEventTextLen.



27124
27125
27126
27127
27128
27129
27130
# File 'lib/quickfix_fields.rb', line 27124

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