Class: Quickfix::UnderlyingOptionExerciseSkip

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptionExerciseSkip

Returns a new instance of UnderlyingOptionExerciseSkip.



53917
53918
53919
53920
53921
53922
53923
# File 'lib/quickfix_fields.rb', line 53917

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