Class: Quickfix::LastLiquidityInd
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LastLiquidityInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastLiquidityInd
constructor
A new instance of LastLiquidityInd.
Constructor Details
#initialize(data = nil) ⇒ LastLiquidityInd
Returns a new instance of LastLiquidityInd.
8508 8509 8510 8511 8512 8513 8514 |
# File 'lib/quickfix_fields.rb', line 8508 def initialize(data = nil) if( data == nil ) super(851) else super(851, data) end end |
Class Method Details
.field ⇒ Object
8505 8506 8507 |
# File 'lib/quickfix_fields.rb', line 8505 def LastLiquidityInd.field return 851 end |