Class: Quickfix::LegMinPriceIncrementAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegMinPriceIncrementAmount



43049
43050
43051
43052
43053
43054
43055
# File 'lib/quickfix_fields.rb', line 43049

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