Class: Quickfix::LegEventPx

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

Returns a new instance of LegEventPx.



27033
27034
27035
27036
27037
27038
27039
# File 'lib/quickfix_fields.rb', line 27033

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

Class Method Details

.fieldObject



27030
27031
27032
# File 'lib/quickfix_fields.rb', line 27030

def LegEventPx.field
	return 2065
end