Class: Quickfix::SideAvgPxIndicator

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) ⇒ SideAvgPxIndicator

Returns a new instance of SideAvgPxIndicator.



24277
24278
24279
24280
24281
24282
24283
# File 'lib/quickfix_fields.rb', line 24277

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

Class Method Details

.fieldObject



24274
24275
24276
# File 'lib/quickfix_fields.rb', line 24274

def SideAvgPxIndicator.field
	return 1853
end