Class: Quickfix::LegOptionExerciseSkip

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegOptionExerciseSkip

Returns a new instance of LegOptionExerciseSkip.



49354
49355
49356
49357
49358
49359
49360
# File 'lib/quickfix_fields.rb', line 49354

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