Class: Quickfix::SideLiquidityInd
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideLiquidityInd
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideLiquidityInd
constructor
A new instance of SideLiquidityInd.
Constructor Details
#initialize(data = nil) ⇒ SideLiquidityInd
Returns a new instance of SideLiquidityInd.
19116 19117 19118 19119 19120 19121 19122 |
# File 'lib/quickfix_fields.rb', line 19116 def initialize(data = nil) if( data == nil ) super(1444) else super(1444, data) end end |