Class: Quickfix::LiquidityPctLow

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LiquidityPctLow

Returns a new instance of LiquidityPctLow.



5011
5012
5013
5014
5015
5016
5017
# File 'lib/quickfix_fields.rb', line 5011

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