Class: Quickfix::OrderPercentOfTotalVolume

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderPercentOfTotalVolume

Returns a new instance of OrderPercentOfTotalVolume.



76615
76616
76617
76618
76619
76620
76621
# File 'lib/quickfix_fields.rb', line 76615

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