Class: Quickfix::LegLastPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegLastPx

Returns a new instance of LegLastPx.



13747
13748
13749
13750
13751
13752
13753
# File 'lib/quickfix_fields.rb', line 13747

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

Class Method Details

.fieldObject



13744
13745
13746
# File 'lib/quickfix_fields.rb', line 13744

def LegLastPx.field
	return 637
end