Class: Quickfix::UnderlyingExerciseDesc

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingExerciseDesc

Returns a new instance of UnderlyingExerciseDesc.



53605
53606
53607
53608
53609
53610
53611
# File 'lib/quickfix_fields.rb', line 53605

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