Class: Quickfix::LegMidPx

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

Returns a new instance of LegMidPx.



56946
56947
56948
56949
56950
56951
56952
# File 'lib/quickfix_fields.rb', line 56946

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

Class Method Details

.fieldObject



56943
56944
56945
# File 'lib/quickfix_fields.rb', line 56943

def LegMidPx.field
	return 2346
end