Class: Quickfix::LiquidityPctLow

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LiquidityPctLow

Returns a new instance of LiquidityPctLow.



1761
1762
1763
1764
1765
1766
1767
# File 'lib/quickfix_fields.rb', line 1761

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

Class Method Details

.fieldObject



1758
1759
1760
# File 'lib/quickfix_fields.rb', line 1758

def LiquidityPctLow.field
	return 402
end