Class: Quickfix::LegExerciseStyle

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegExerciseStyle

Returns a new instance of LegExerciseStyle.



15944
15945
15946
15947
15948
15949
15950
# File 'lib/quickfix_fields.rb', line 15944

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