Class: Quickfix::TotalVolumeTraded
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::TotalVolumeTraded
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalVolumeTraded
constructor
A new instance of TotalVolumeTraded.
Constructor Details
#initialize(data = nil) ⇒ TotalVolumeTraded
Returns a new instance of TotalVolumeTraded.
4816 4817 4818 4819 4820 4821 4822 |
# File 'lib/quickfix_fields.rb', line 4816 def initialize(data = nil) if( data == nil ) super(387) else super(387, data) end end |