Class: Quickfix::LiquidityValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LiquidityValue
Returns a new instance of LiquidityValue.
5037 5038 5039 5040 5041 5042 5043 |
# File 'lib/quickfix_fields.rb', line 5037 def initialize(data = nil) if( data == nil ) super(404) else super(404, data) end end |
Class Method Details
.field ⇒ Object
5034 5035 5036 |
# File 'lib/quickfix_fields.rb', line 5034 def LiquidityValue.field return 404 end |