Class: Quickfix::LiquidityPctLow
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LiquidityPctLow
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LiquidityPctLow
constructor
A new instance of LiquidityPctLow.
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
.field ⇒ Object
1758 1759 1760 |
# File 'lib/quickfix_fields.rb', line 1758 def LiquidityPctLow.field return 402 end |