Class: Quickfix::AllocAvgPxIndicator

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

Instance Method Summary collapse

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