Class: Quickfix::SideAvgPx

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SideAvgPx

Returns a new instance of SideAvgPx.



24264
24265
24266
24267
24268
24269
24270
# File 'lib/quickfix_fields.rb', line 24264

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

Class Method Details

.fieldObject



24261
24262
24263
# File 'lib/quickfix_fields.rb', line 24261

def SideAvgPx.field
	return 1852
end