Class: Quickfix::EncodedUnderlyingExerciseDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingExerciseDesc

Returns a new instance of EncodedUnderlyingExerciseDesc.



53631
53632
53633
53634
53635
53636
53637
# File 'lib/quickfix_fields.rb', line 53631

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