Class: Quickfix::FillLiquidityInd
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::FillLiquidityInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillLiquidityInd
constructor
A new instance of FillLiquidityInd.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ FillLiquidityInd
Returns a new instance of FillLiquidityInd.
19103 19104 19105 19106 19107 19108 19109 |
# File 'lib/quickfix_fields.rb', line 19103 def initialize(data = nil) if( data == nil ) super(1443) else super(1443, data) end end |
Class Method Details
.field ⇒ Object
19100 19101 19102 |
# File 'lib/quickfix_fields.rb', line 19100 def FillLiquidityInd.field return 1443 end |