Class: Quickfix::AvgPxIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AvgPxIndicator

Returns a new instance of AvgPxIndicator.



5661
5662
5663
5664
5665
5666
5667
# File 'lib/quickfix_fields.rb', line 5661

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

Class Method Details

.fieldObject



5658
5659
5660
# File 'lib/quickfix_fields.rb', line 5658

def AvgPxIndicator.field
  return 819
end