Class: Quickfix::WtAverageLiquidity

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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