Class: Quickfix::LiquidityPctLow

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) ⇒ LiquidityPctLow

Returns a new instance of LiquidityPctLow.



5011
5012
5013
5014
5015
5016
5017
# File 'lib/quickfix_fields.rb', line 5011

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

Class Method Details

.fieldObject



5008
5009
5010
# File 'lib/quickfix_fields.rb', line 5008

def LiquidityPctLow.field
  return 402
end