Class: Quickfix::LiquidityValue
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LiquidityValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LiquidityValue
constructor
A new instance of LiquidityValue.
Constructor Details
#initialize(data = nil) ⇒ LiquidityValue
Returns a new instance of LiquidityValue.
10588 10589 10590 10591 10592 10593 10594 |
# File 'lib/quickfix_fields.rb', line 10588 def initialize(data = nil) if( data == nil ) super(404) else super(404, data) end end |
Class Method Details
.field ⇒ Object
10585 10586 10587 |
# File 'lib/quickfix_fields.rb', line 10585 def LiquidityValue.field return 404 end |