Class: Quickfix::LegLastPx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegLastPx

Returns a new instance of LegLastPx.



8586
8587
8588
8589
8590
8591
8592
# File 'lib/quickfix_fields.rb', line 8586

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