Class: Quickfix::OutsideIndexPct

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OutsideIndexPct

Returns a new instance of OutsideIndexPct.



5076
5077
5078
5079
5080
5081
5082
# File 'lib/quickfix_fields.rb', line 5076

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

Class Method Details

.fieldObject



5073
5074
5075
# File 'lib/quickfix_fields.rb', line 5073

def OutsideIndexPct.field
  return 407
end