Class: Quickfix::PrevClosePx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PrevClosePx

Returns a new instance of PrevClosePx.



4075
4076
4077
4078
4079
4080
4081
# File 'lib/quickfix_fields.rb', line 4075

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

Class Method Details

.fieldObject



4072
4073
4074
# File 'lib/quickfix_fields.rb', line 4072

def PrevClosePx.field
	return 140
end