Class: Quickfix::LegOptionExerciseSkip

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



49351
49352
49353
# File 'lib/quickfix_fields.rb', line 49351

def LegOptionExerciseSkip.field
	return 41505
end