Class: Quickfix::LastParPx

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

Returns a new instance of LastParPx.



9223
9224
9225
9226
9227
9228
9229
# File 'lib/quickfix_fields.rb', line 9223

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

Class Method Details

.fieldObject



9220
9221
9222
# File 'lib/quickfix_fields.rb', line 9220

def LastParPx.field
	return 669
end