Class: Quickfix::MidPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MidPx

Returns a new instance of MidPx.



7078
7079
7080
7081
7082
7083
7084
# File 'lib/quickfix_fields.rb', line 7078

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

Class Method Details

.fieldObject



7075
7076
7077
# File 'lib/quickfix_fields.rb', line 7075

def MidPx.field
	return 631
end