Class: Quickfix::SideAvgPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::SideAvgPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideAvgPx
constructor
A new instance of SideAvgPx.
Constructor Details
#initialize(data = nil) ⇒ SideAvgPx
Returns a new instance of SideAvgPx.
24264 24265 24266 24267 24268 24269 24270 |
# File 'lib/quickfix_fields.rb', line 24264 def initialize(data = nil) if( data == nil ) super(1852) else super(1852, data) end end |