Class: Quickfix::OrderPercentOfTotalVolume
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OrderPercentOfTotalVolume
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderPercentOfTotalVolume
constructor
A new instance of OrderPercentOfTotalVolume.
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 |