Class: Quickfix::LegPositionEffect

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

Class Method Details

.fieldObject



7686
7687
7688
# File 'lib/quickfix_fields.rb', line 7686

def LegPositionEffect.field
  return 564
end