Class: Quickfix::LegLastMultipliedQty

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

Instance Method Summary collapse

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