Class: Quickfix::AvgParPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AvgParPx

Returns a new instance of AvgParPx.



6493
6494
6495
6496
6497
6498
6499
# File 'lib/quickfix_fields.rb', line 6493

def initialize(data = nil)
	if( data == nil )
		super(860)
	else
		super(860, data)
	end
end

Class Method Details

.fieldObject



6490
6491
6492
# File 'lib/quickfix_fields.rb', line 6490

def AvgParPx.field
	return 860
end