Class: Quickfix::OrderPercentOfTotalVolume

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

Class Method Details

.fieldObject



76612
76613
76614
# File 'lib/quickfix_fields.rb', line 76612

def OrderPercentOfTotalVolume.field
	return 2766
end