Class: Quickfix::LastParPx

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

Instance Method Summary collapse

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