Class: Quickfix::LegLastMultipliedQty

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

Returns a new instance of LegLastMultipliedQty.



57115
57116
57117
57118
57119
57120
57121
# File 'lib/quickfix_fields.rb', line 57115

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

Class Method Details

.fieldObject



57112
57113
57114
# File 'lib/quickfix_fields.rb', line 57112

def LegLastMultipliedQty.field
	return 2358
end