Class: Quickfix::LiquidityValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LiquidityValue

Returns a new instance of LiquidityValue.



10588
10589
10590
10591
10592
10593
10594
# File 'lib/quickfix_fields.rb', line 10588

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

Class Method Details

.fieldObject



10585
10586
10587
# File 'lib/quickfix_fields.rb', line 10585

def LiquidityValue.field
  return 404
end