Class: Quickfix::SideLiquidityInd
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideLiquidityInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
9730 9731 9732 9733 9734 9735 9736 |
# File 'lib/quickfix_fields.rb', line 9730 def initialize(data = nil) if( data == nil ) super(1444) else super(1444, data) end end |
Class Method Details
.field ⇒ Object
9727 9728 9729 |
# File 'lib/quickfix_fields.rb', line 9727 def SideLiquidityInd.field return 1444 end |