Class: Quickfix::FillLiquidityInd
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ FillLiquidityInd
Returns a new instance of FillLiquidityInd.
3776 3777 3778 3779 3780 3781 3782 |
# File 'lib/quickfix_fields.rb', line 3776 def initialize(data = nil) if( data == nil ) super(1443) else super(1443, data) end end |
Class Method Details
.field ⇒ Object
3773 3774 3775 |
# File 'lib/quickfix_fields.rb', line 3773 def FillLiquidityInd.field return 1443 end |