Class: Quickfix::LiquidityPctHigh

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

Returns a new instance of LiquidityPctHigh.



5024
5025
5026
5027
5028
5029
5030
# File 'lib/quickfix_fields.rb', line 5024

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

Class Method Details

.fieldObject



5021
5022
5023
# File 'lib/quickfix_fields.rb', line 5021

def LiquidityPctHigh.field
  return 403
end