Class: Quickfix::OrderAvgPx

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



1992
1993
1994
# File 'lib/quickfix_fields.rb', line 1992

def OrderAvgPx.field
  return 799
end