Class: Quickfix::LegPositionEffect

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPositionEffect

Returns a new instance of LegPositionEffect.



4842
4843
4844
4845
4846
4847
4848
# File 'lib/quickfix_fields.rb', line 4842

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

Class Method Details

.fieldObject



4839
4840
4841
# File 'lib/quickfix_fields.rb', line 4839

def LegPositionEffect.field
	return 564
end