Class: Quickfix::WtAverageLiquidity

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

Returns a new instance of WtAverageLiquidity.



5115
5116
5117
5118
5119
5120
5121
# File 'lib/quickfix_fields.rb', line 5115

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

Class Method Details

.fieldObject



5112
5113
5114
# File 'lib/quickfix_fields.rb', line 5112

def WtAverageLiquidity.field
  return 410
end