Class: Quickfix::AllocAvgPxIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocAvgPxIndicator

Returns a new instance of AllocAvgPxIndicator.



76654
76655
76656
76657
76658
76659
76660
# File 'lib/quickfix_fields.rb', line 76654

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

Class Method Details

.fieldObject



76651
76652
76653
# File 'lib/quickfix_fields.rb', line 76651

def AllocAvgPxIndicator.field
  return 2769
end