Class: Quickfix::OrderAvgPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OrderAvgPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderAvgPx
constructor
A new instance of OrderAvgPx.
Constructor Details
#initialize(data = nil) ⇒ OrderAvgPx
Returns a new instance of OrderAvgPx.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/quickfix_fields.rb', line 1995 def initialize(data = nil) if( data == nil ) super(799) else super(799, data) end end |
Class Method Details
.field ⇒ Object
1992 1993 1994 |
# File 'lib/quickfix_fields.rb', line 1992 def OrderAvgPx.field return 799 end |