Class: Quickfix::LegPositionEffect

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPositionEffect

Returns a new instance of LegPositionEffect.



7689
7690
7691
7692
7693
7694
7695
# File 'lib/quickfix_fields.rb', line 7689

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