Method: Quickfix::AvgPx#initialize
- Defined in:
-
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb
Returns a new instance of AvgPx.
28916 28917 28918 28919 28920 28921 28922 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 28916 def initialize(data = nil) if( data == nil ) super(6) else super(6, data) end end |